Skip to content

Commit

Permalink
Doc: Fixes typo in rgw_admin.cc
Browse files Browse the repository at this point in the history
Issue: http://tracker.ceph.com/issues/19026
Signed-off-by: Ronak Jain <ronakjain@outlook.in>
  • Loading branch information
jronak committed Feb 22, 2017
1 parent 374423e commit d18fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_admin.cc
Original file line number Diff line number Diff line change
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 d18fb98

Please sign in to comment.