[Libguestfs] [PATCH 2/2] typo fix: commmand -> command

Hu Tao hutao at cn.fujitsu.com
Wed Nov 26 10:10:07 UTC 2014


Signed-off-by: Hu Tao <hutao at 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




More information about the Libguestfs mailing list