Skip to content

Commit

Permalink
Merge pull request ceph#19281 from qrGitHub/wip-rgw-typo-anynoymous
Browse files Browse the repository at this point in the history
rgw: fix typo anynoymous to anonymous

Reviewed-by: Jos Collin <[email protected]>
  • Loading branch information
joscollin authored Dec 1, 2017
2 parents 89c876d + da0d947 commit b144e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_auth_s3.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class AWSAuthStrategy : public rgw::auth::Strategy,
external_engines(cct, store, &ver_abstractor),
local_engine(cct, store, ver_abstractor,
static_cast<rgw::auth::LocalApplier::Factory*>(this)) {
/* The anynoymous auth. */
/* The anonymous auth. */
if (AllowAnonAccessT) {
add_engine(Control::SUFFICIENT, anonymous_engine);
}
Expand Down

0 comments on commit b144e95

Please sign in to comment.