mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Cleanup: mispell fixes
This commit is contained in:
committed by
Harshavardhana
parent
0b4bbe6d9e
commit
20ca65c793
@@ -485,7 +485,7 @@ func TestCheckBucketPolicyResources(t *testing.T) {
|
||||
// should result in ErrMalformedPolicy
|
||||
{Version: "1.0", Statements: setRecurseResource(setValidPrefixActions(setWriteOnlyStatement("minio-bucket", "")))},
|
||||
// BucketPolciy - 7.
|
||||
// constructing policy statment with non recursive but
|
||||
// constructing policy statement with non recursive but
|
||||
// lexically close resources.
|
||||
// should result in ErrNone.
|
||||
{Version: "1.0", Statements: setResourceLexical(setValidPrefixActions(setWriteOnlyStatement("minio-bucket", "oo")))},
|
||||
|
||||
Reference in New Issue
Block a user