]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/tools/rbd_recover_tool/epoch_h : fix typos
authorXianxia Xiao <xianxia.xiao@kylin-cloud.com>
Wed, 21 Dec 2016 01:04:48 +0000 (01:04 +0000)
committerXianxia Xiao <xianxia.xiao@kylin-cloud.com>
Fri, 30 Dec 2016 02:47:17 +0000 (02:47 +0000)
Signed-off-by: Xianxia Xiao <xianxia.xiao@kylin-cloud.com>
src/tools/rbd_recover_tool/epoch_h

index 4e500269ce581fd7a880524195d4b37a19e8ad34..6e9dea2f35f4cbc078dd960743095a77b215ee77 100644 (file)
@@ -42,7 +42,7 @@ function get_infos_seq()
   local infos_key=`get_map_header_key $keyword`
 
   if [ "$infos_key"x = ""x ];then
-    echo "$func: keyword not input or infos_key not exisits"
+    echo "$func: keyword not input or infos_key not exists"
     exit 
   fi
   local prefix=`get_map_header_prefix`
@@ -74,7 +74,7 @@ function get_pg_epoch()
 
   pg_epoch=`get_header_kv $prefix $key int`
   if [ "$pg_epoch"x = ""x ];then
-    echo "$func: $key not exisits"
+    echo "$func: $key not exists"
     exit
   fi
 }