提交 f0998879 编写于 作者: M Max Reitz 提交者: Kevin Wolf

qemu-img: Fix typo

Fixes: d402b6a2Reported-by: NKevin Wolf <kwolf@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: NMax Reitz <mreitz@redhat.com>
Reviewed-by: NJohn Snow <jsnow@redhat.com>
Signed-off-by: NKevin Wolf <kwolf@redhat.com>
上级 155af09d
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册