Skip to content

Commit

Permalink
cosmetic: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fviard committed Dec 11, 2023
1 parent 32278a0 commit 00e925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def pbucket(tail):
must_not_find_re = "Bucket.*created")


## ====== Enalbe ACLs and public access to buckets
## ====== Enable ACLs and public access to buckets
for idx, bpath in enumerate((pbucket(1), pbucket(2), pbucket(3))):
test_s3cmd("Enable ACLs for bucket %d" % idx, ['setownership', bpath, 'ObjectWriter'],
must_find = "%s/: Bucket Object Ownership updated" % bpath,
Expand Down

0 comments on commit 00e925a

Please sign in to comment.