]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qemu-img: Fix typo
authorMax Reitz <mreitz@redhat.com>
Mon, 19 Nov 2018 10:19:20 +0000 (11:19 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 21 Nov 2018 14:17:46 +0000 (15:17 +0100)
Fixes: d402b6a21a825a5c07aac9251990860723d49f5d
Reported-by: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-img.c

index 13a6ca31b402ea50f036cb5db57bd8412a8caee2..a9a2470e1a0eeea3bf60eb71be46af8eae3a6b2a 100644 (file)
@@ -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;
         }