Skip to content

Commit

Permalink
rgw: correct typo anynoymous to anonymous
Browse files Browse the repository at this point in the history
Signed-off-by: Bingyin Zhang <[email protected]>
  • Loading branch information
Bingyin Zhang committed Dec 1, 2017
1 parent 89c876d commit da0d947
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 da0d947

Please sign in to comment.