qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 04/13] qemu-img: Fix typo


From: Kevin Wolf
Subject: [Qemu-devel] [PULL 04/13] qemu-img: Fix typo
Date: Thu, 22 Nov 2018 17:54:08 +0100

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>
---
 qemu-img.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-img.c b/qemu-img.c
index 13a6ca31b4..a9a2470e1a 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.19.1




reply via email to

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