From: luomuyao Date: Mon, 29 Jan 2018 11:01:33 +0000 (+0800) Subject: rgw: fix a typo in comment X-Git-Tag: v13.0.2~412^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20164%2Fhead;p=ceph.git rgw: fix a typo in comment Signed-off-by: luomuyao --- 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. */