]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cleanup: rbd: fix a typo in comment 14049/head
authorDongsheng Yang <dongsheng.yang@easystack.cn>
Thu, 16 Mar 2017 12:48:11 +0000 (20:48 +0800)
committerDongsheng Yang <dongsheng.yang@easystack.cn>
Thu, 16 Mar 2017 12:48:11 +0000 (20:48 +0800)
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
src/tools/rbd/action/Group.cc

index 6fbaefdee6df4c050c4a7ec2f047d4528f59fdc1..6c77da3ff4d0c0b2bc355a1f35937023acde0a37 100644 (file)
@@ -376,6 +376,6 @@ Shell::Action action_remove_image(
 Shell::Action action_list_images(
   {"group", "image", "list"}, {}, "List images in a consistency group.",
   "", &get_list_images_arguments, &execute_list_images);
-} // namespace snap
+} // namespace group
 } // namespace action
 } // namespace rbd