Skip to content

Commit

Permalink
Merge pull request #13576 from jronak/doc
Browse files Browse the repository at this point in the history
rgw:Fixes typo in rgw_admin.cc

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Feb 22, 2017
2 parents a78c0f3 + 58837ef commit ac79e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_admin.cc
Expand Up @@ -3146,7 +3146,7 @@ int main(int argc, const char **argv)
list<string> realms;
ret = store->list_realms(realms);
if (ret < 0) {
cerr << "failed to list realmss: " << cpp_strerror(-ret) << std::endl;
cerr << "failed to list realms: " << cpp_strerror(-ret) << std::endl;
return -ret;
}
formatter->open_object_section("realms_list");
Expand Down

0 comments on commit ac79e29

Please sign in to comment.