From 197e4704bb7cabdb306021fd258e5d7a7412da87 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Garg Date: Wed, 15 Mar 2017 17:13:54 +0100 Subject: [PATCH] rbd: fix typo in Kernel.cc Fixes: http://tracker.ceph.com/issues/19273 Reported-by: Shinobu Kinjo Signed-off-by: Gaurav Kumar Garg --- src/tools/rbd/action/Kernel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3