From: Bingyin Zhang Date: Thu, 14 Dec 2017 11:21:38 +0000 (+0800) Subject: rgw: fix typo signle to single X-Git-Tag: v13.0.2~782^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5f4a923b444dee7bc8b812016319a0ef356cb085;p=ceph.git rgw: fix typo signle to single Signed-off-by: Bingyin Zhang --- diff --git a/src/rgw/rgw_auth.cc b/src/rgw/rgw_auth.cc index 65a8b034f97..d861e17cf7f 100644 --- a/src/rgw/rgw_auth.cc +++ b/src/rgw/rgw_auth.cc @@ -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);