mirror of https://github.com/xemu-project/xemu.git
qemu-img: Fix typo
Fixes: d402b6a21a
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>
This commit is contained in:
parent
155af09d44
commit
f0998879e0
|
@ -261,7 +261,7 @@ static int print_block_option_help(const char *filename, const char *fmt)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if (!proto_drv->create_opts) {
|
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);
|
proto_drv->format_name);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue