]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix a typo in comment 20164/head
authorluomuyao <luo.muyao@zte.com.cn>
Mon, 29 Jan 2018 11:01:33 +0000 (19:01 +0800)
committerluomuyao <luo.muyao@zte.com.cn>
Mon, 29 Jan 2018 11:01:33 +0000 (19:01 +0800)
Signed-off-by: luomuyao <luo.muyao@zte.com.cn>
src/rgw/rgw_acl.cc

index cb89fa0d41275bec31bffb751a41c67820c909b9..01a4b786a47ea52ee304e9cb6cf56b640a35e51d 100644 (file)
@@ -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. */