rgw: fix a typo in comment

Signed-off-by: luomuyao <luo.muyao@zte.com.cn>
This commit is contained in:
luomuyao 2018-01-29 19:01:33 +08:00
parent 0d4a71ed23
commit dc2369d8af

View 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. */