Blame SOURCES/0066-typo-fix-commmand-command.patch

0d20ef
From 9b26f208ea3baa08511a5b79d3a4cbd666a806ea Mon Sep 17 00:00:00 2001
0d20ef
From: Hu Tao <hutao@cn.fujitsu.com>
0d20ef
Date: Wed, 26 Nov 2014 18:10:07 +0800
0d20ef
Subject: [PATCH] typo fix: commmand -> command
0d20ef
0d20ef
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
0d20ef
(cherry picked from commit dc1f15aa3e1e9be57334b36c95600a3c3e0c2c62)
0d20ef
---
0d20ef
 daemon/guestfsd.c | 2 +-
0d20ef
 1 file changed, 1 insertion(+), 1 deletion(-)
0d20ef
0d20ef
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
0d20ef
index 3616f3a..181754d 100644
0d20ef
--- a/daemon/guestfsd.c
0d20ef
+++ b/daemon/guestfsd.c
0d20ef
@@ -220,7 +220,7 @@ main (int argc, char *argv[])
0d20ef
 
0d20ef
   if (verbose) {
0d20ef
     if (cmdline)
0d20ef
-      printf ("linux commmand line: %s\n", cmdline);
0d20ef
+      printf ("linux command line: %s\n", cmdline);
0d20ef
     else
0d20ef
       printf ("could not read linux command line\n");
0d20ef
   }
0d20ef
-- 
0d20ef
1.8.3.1
0d20ef