summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
diff options
context:
space:
mode:
authorMax Reitz2018-11-19 11:19:20 +0100
committerKevin Wolf2018-11-21 15:17:46 +0100
commitf0998879e049dad19beed881a1c56643ce536384 (patch)
tree7e59a0712dd6d1bb6d69f07f9c1770937cadac9d /qemu-img.c
parentiotests: Skip 233 if certtool not installed (diff)
downloadqemu-f0998879e049dad19beed881a1c56643ce536384.tar.gz
qemu-f0998879e049dad19beed881a1c56643ce536384.tar.xz
qemu-f0998879e049dad19beed881a1c56643ce536384.zip
qemu-img: Fix typo
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>
Diffstat (limited to 'qemu-img.c')
-rw-r--r--qemu-img.c2
1 files changed, 1 insertions, 1 deletions
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;
}