[Libguestfs] [PATCH] actions.ml: fix a typo

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Fri Feb 13 09:00:11 UTC 2015


s/scannning/scanning

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 generator/actions.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generator/actions.ml b/generator/actions.ml
index 5301a29..6c6849d 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -12397,7 +12397,7 @@ Defragment a file or directory on a btrfs filesystem. compress is one of zlib or
     ];
     shortdesc = "recover the chunk tree of btrfs filesystem";
     longdesc = "\
-Recover the chunk tree of btrfs filesystem by scannning the devices one by one." };
+Recover the chunk tree of btrfs filesystem by scanning the devices one by one." };
 
   { defaults with
     name = "btrfs_rescue_super_recover";
-- 
2.1.0




More information about the Libguestfs mailing list