Signed-off-by: Hu Tao <hutao@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; } -- 1.9.3
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- daemon/guestfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 3616f3a..181754d 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -220,7 +220,7 @@ main (int argc, char *argv[]) if (verbose) { if (cmdline) - printf ("linux commmand line: %s\n", cmdline); + printf ("linux command line: %s\n", cmdline); else printf ("could not read linux command line\n"); } -- 1.9.3
Pino Toscano
2014-Nov-26 12:25 UTC
Re: [Libguestfs] [PATCH 1/2] typo fix: preceeding -> preceding
On Wednesday 26 November 2014 18:10:06 Hu Tao wrote:> Signed-off-by: Hu Tao <hutao@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
Maybe Matching Threads
- unknown/unavailable method for expanding the ntfs filesystem
- [PATCH] daemon: use btrfs(1) to get btrfs labels
- [PATCH v4 0/7] virt-resize: add support for resizing logical partitions
- [PATCH v2 0/4] btrfs: add support to btrfs inspect-internal
- [PATCH v2 00/13] virt-resize: add support for resizing MBR logical partitions