From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOgfh-00072i-GU for qemu-devel@nongnu.org; Mon, 19 Nov 2018 05:20:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOgeP-0000o9-0Q for qemu-devel@nongnu.org; Mon, 19 Nov 2018 05:19:30 -0500 From: Max Reitz Date: Mon, 19 Nov 2018 11:19:20 +0100 Message-Id: <20181119101921.31949-2-mreitz@redhat.com> In-Reply-To: <20181119101921.31949-1-mreitz@redhat.com> References: <20181119101921.31949-1-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH for-next? 1/2] qemu-img: Fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, Max Reitz , qemu-stable@nongnu.org, Kevin Wolf Fixes: d402b6a21a825a5c07aac9251990860723d49f5d Reported-by: Kevin Wolf Cc: qemu-stable@nongnu.org Signed-off-by: Max Reitz --- qemu-img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.17.2