From dc2369d8af4283db8e21332eb325d09b07cb2888 Mon Sep 17 00:00:00 2001 From: luomuyao Date: Mon, 29 Jan 2018 19:01:33 +0800 Subject: [PATCH] rgw: fix a typo in comment Signed-off-by: luomuyao --- src/rgw/rgw_acl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_acl.cc b/src/rgw/rgw_acl.cc index cb89fa0d4127..01a4b786a47e 100644 --- a/src/rgw/rgw_acl.cc +++ b/src/rgw/rgw_acl.cc @@ -83,7 +83,7 @@ uint32_t RGWAccessControlList::get_referer_perm(const uint32_t current_perm, ldout(cct, 5) << "Searching permissions for referer=" << http_referer << " mask=" << perm_mask << dendl; - /* This function is bacically a transformation from current perm to + /* This function is basically a transformation from current perm to * a new one that takes into consideration the Swift's HTTP referer- * based ACLs. We need to go through all items to respect negative * grants. */ -- 2.47.3