]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Fixes typo in rgw_admin.cc 13864/head
authorRonak Jain <ronakjain@outlook.in>
Wed, 22 Feb 2017 06:33:46 +0000 (12:03 +0530)
committerNathan Cutler <ncutler@suse.com>
Wed, 8 Mar 2017 13:58:51 +0000 (14:58 +0100)
Issue: http://tracker.ceph.com/issues/19026
Signed-off-by: Ronak Jain <ronakjain@outlook.in>
(cherry picked from commit 58837ef6ce8cbcfc2cac29d5f833b2cf62d8737a)

src/rgw/rgw_admin.cc

index ede5781dd9095ea50071678a1319c4ccb693cb09..e2736cb6500050f17503d717b69df7f8a62841f7 100644 (file)
@@ -3041,7 +3041,7 @@ int main(int argc, 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("realmss_list");