qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 63/97] qemu-img: Fix typo


From: Michael Roth
Subject: [Qemu-devel] [PATCH 63/97] qemu-img: Fix typo
Date: Mon, 1 Apr 2019 15:59:37 -0500

From: Max Reitz <address@hidden>

Fixes: d402b6a21a825a5c07aac9251990860723d49f5d
Reported-by: Kevin Wolf <address@hidden>
Cc: address@hidden
Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: John Snow <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
(cherry picked from commit f0998879e049dad19beed881a1c56643ce536384)
Signed-off-by: Michael Roth <address@hidden>
---
 qemu-img.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-img.c b/qemu-img.c
index b12f4cd19b..cb4a73e5f9 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -261,7 +261,7 @@ static int print_block_option_help(const char *filename, 
const char *fmt)
             return 1;
         }
         if (!proto_drv->create_opts) {
-            error_report("Protocal driver '%s' does not support image 
creation",
+            error_report("Protocol driver '%s' does not support image 
creation",
                          proto_drv->format_name);
             return 1;
         }
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]