]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo signle to single 19517/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Thu, 14 Dec 2017 11:21:38 +0000 (19:21 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Thu, 14 Dec 2017 11:21:38 +0000 (19:21 +0800)
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_auth.cc

index 65a8b034f97932b121b68709eebefe90ac067d5e..d861e17cf7f39c185f60a83cf705aa3e12e28bed 100644 (file)
@@ -275,7 +275,7 @@ rgw::auth::Strategy::apply(const rgw::auth::Strategy& auth_strategy,
       applier->load_acct_info(*s->user);
       s->perm_mask = applier->get_perm_mask();
 
-      /* This is the signle place where we pass req_state as a pointer
+      /* This is the single place where we pass req_state as a pointer
        * to non-const and thus its modification is allowed. In the time
        * of writing only RGWTempURLEngine needed that feature. */
       applier->modify_request_state(s);