From: Max Reitz Date: Mon, 19 Nov 2018 10:19:20 +0000 (+0100) Subject: qemu-img: Fix typo X-Git-Tag: v3.0.1~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a36defa3c8b6cc02d94749099f60615dfe8e0761;p=thirdparty%2Fqemu.git qemu-img: Fix typo Fixes: d402b6a21a825a5c07aac9251990860723d49f5d Reported-by: Kevin Wolf Cc: qemu-stable@nongnu.org Signed-off-by: Max Reitz Reviewed-by: John Snow Signed-off-by: Kevin Wolf (cherry picked from commit f0998879e049dad19beed881a1c56643ce536384) Signed-off-by: Michael Roth --- diff --git a/qemu-img.c b/qemu-img.c index b12f4cd19b0..cb4a73e5f9b 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; }