Skip to content

Commit 089bb87

Browse files
committed
CLDSRV-674: fix typos
1 parent 14a7779 commit 089bb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/api/objectACLauth.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('object acl authorization for objectGet and objectHead', () => {
9595
assert.deepStrictEqual(results, [true, true]);
9696
});
9797

98-
it('should allow access to bucker owner when object owner is alt account if ' +
98+
it('should allow access to bucket owner when object owner is alt account if ' +
9999
'bucket-owner-read ACL', () => {
100100
const altAcctObj = {
101101
'owner-id': accountToVet,
@@ -118,7 +118,7 @@ describe('object acl authorization for objectGet and objectHead', () => {
118118
assert.deepStrictEqual(authResults, [true, true]);
119119
});
120120

121-
it('should allow access to bucker owner when object owner is alt account if ' +
121+
it('should allow access to bucket owner when object owner is alt account if ' +
122122
'bucket-owner-full-control ACL', () => {
123123
const altAcctObj = {
124124
'owner-id': accountToVet,

0 commit comments

Comments
 (0)