From: Bingyin Zhang Date: Fri, 1 Dec 2017 10:56:05 +0000 (+0800) Subject: rgw: correct typo anynoymous to anonymous X-Git-Tag: v13.0.1~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da0d9471f8ac77ca6b52d2d261e8f22ea60a4114;p=ceph.git rgw: correct typo anynoymous to anonymous Signed-off-by: Bingyin Zhang --- diff --git a/src/rgw/rgw_auth_s3.h b/src/rgw/rgw_auth_s3.h index 1c851a933e11..c599e879c090 100644 --- a/src/rgw/rgw_auth_s3.h +++ b/src/rgw/rgw_auth_s3.h @@ -119,7 +119,7 @@ public: external_engines(cct, store, &ver_abstractor), local_engine(cct, store, ver_abstractor, static_cast(this)) { - /* The anynoymous auth. */ + /* The anonymous auth. */ if (AllowAnonAccessT) { add_engine(Control::SUFFICIENT, anonymous_engine); }