]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Fixes typo in rgw_admin.cc 13863/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:55:17 +0000 (14:55 +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 05c05620cbbacac78b6fbb006e34a1305f616ead..0427f4fbea84d0e34511b47cb7536359ead3ac92 100644 (file)
@@ -2950,7 +2950,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("realms_list");