]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Fixes typo in rgw_admin.cc 13576/head
authorRonak Jain <ronakjain@outlook.in>
Wed, 22 Feb 2017 06:33:46 +0000 (12:03 +0530)
committerRonak Jain <ronakjain@outlook.in>
Wed, 22 Feb 2017 07:59:32 +0000 (13:29 +0530)
Issue: http://tracker.ceph.com/issues/19026
Signed-off-by: Ronak Jain <ronakjain@outlook.in>
src/rgw/rgw_admin.cc

index eda0688affcc8b54eb8bb2da4788d00fc5694340..0612cfc691c5c74aa74358f3f8d6d668a535826d 100644 (file)
@@ -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");