Skip to content

Commit dae1f8c

Browse files
Fix typos; thanks @depressiveRobot
Co-authored-by: Marvin Frommhold <[email protected]> Signed-off-by: Matthias Büchse <[email protected]>
1 parent 30f1f92 commit dae1f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/iaas/scs_0123_mandatory_services/mandatory_services.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def compute_scs_0123_swift_s3(conn: openstack.connection.Connection):
120120
It will abort with an exception if no service of type object-storage is present. As of now, we deem
121121
this behavior adequate.
122122
"""
123-
# we assume s3 is accessable via the service catalog, and Swift might exist too
123+
# we assume s3 is accessible via the service catalog, and Swift might exist too
124124
usable_credentials = []
125125
s3_buckets = []
126126
# Get S3 endpoint (swift) and ec2 creds from OpenStack (keystone)
@@ -145,7 +145,7 @@ def compute_scs_0123_swift_s3(conn: openstack.connection.Connection):
145145
if s3_buckets == sw_containers:
146146
return True
147147
logger.error(
148-
"S3 buckets and Swift cntainers differ:\n"
148+
"S3 buckets and Swift containers differ:\n"
149149
f"S3: {s3_buckets}\n"
150150
f"SW: {sw_containers}"
151151
)

0 commit comments

Comments
 (0)