[Libguestfs] [PATCH 1/2] typo fix: preceeding -> preceding

Pino Toscano ptoscano at redhat.com
Wed Nov 26 12:25:17 UTC 2014


On Wednesday 26 November 2014 18:10:06 Hu Tao wrote:
> Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
> ---
>  daemon/available.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/daemon/available.c b/daemon/available.c
> index 7a8ede0..54c6b9b 100644
> --- a/daemon/available.c
> +++ b/daemon/available.c
> @@ -166,7 +166,7 @@ do_filesystem_available (const char *filesystem)
>    r = filesystem_available (filesystem);
>    if (r == -1) {
>      reply_with_error ("error testing for filesystem availability; "
> -                      "enable verbose mode and look at preceeding output");
> +                      "enable verbose mode and look at preceding output");
>      return -1;
>    }

Both of them LGTM, pushed.

Thanks!
-- 
Pino Toscano




More information about the Libguestfs mailing list