From: Gaurav Kumar Garg Date: Wed, 15 Mar 2017 16:13:54 +0000 (+0100) Subject: rbd: fix typo in Kernel.cc X-Git-Tag: v12.0.1~71^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13983%2Fhead;p=ceph.git rbd: fix typo in Kernel.cc Fixes: http://tracker.ceph.com/issues/19273 Reported-by: Shinobu Kinjo Signed-off-by: Gaurav Kumar Garg --- diff --git a/src/tools/rbd/action/Kernel.cc b/src/tools/rbd/action/Kernel.cc index 5720dc093252..6f9337af7133 100644 --- a/src/tools/rbd/action/Kernel.cc +++ b/src/tools/rbd/action/Kernel.cc @@ -185,7 +185,7 @@ static int do_kernel_showmapped(Formatter *f) /* * hint user to check syslog for krbd related messages and provide suggestions * based on errno return by krbd_map(). also note that even if some librbd calls - * fail, we atleast dump the "try dmesg..." message to aid debugging. + * fail, we at least dump the "try dmesg..." message to aid debugging. */ static void print_error_description(const char *poolname, const char *imgname, const char *snapname, int maperrno)