From: Dongsheng Yang Date: Thu, 16 Mar 2017 12:48:11 +0000 (+0800) Subject: cleanup: rbd: fix a typo in comment X-Git-Tag: v12.0.1~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14049%2Fhead;p=ceph.git cleanup: rbd: fix a typo in comment Signed-off-by: Dongsheng Yang --- diff --git a/src/tools/rbd/action/Group.cc b/src/tools/rbd/action/Group.cc index 6fbaefdee6df..6c77da3ff4d0 100644 --- a/src/tools/rbd/action/Group.cc +++ b/src/tools/rbd/action/Group.cc @@ -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