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

Richard W.M. Jones rjones at redhat.com
Fri Feb 13 09:03:02 UTC 2015


On Fri, Feb 13, 2015 at 05:00:11PM +0800, Chen Hanxiao wrote:
> 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

ACK.

I'll push this later today.

Thanks,

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list