From: Stefan Weil Date: Mon, 22 Jun 2009 13:08:47 +0000 (+0200) Subject: qemu-io: Fix spelling in help message. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84844a20024c0add69b099aa3f4e8154026bc1b4;p=qemu.git qemu-io: Fix spelling in help message. excerciser -> exerciser Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- diff --git a/qemu-io.c b/qemu-io.c index e2a3a1b1fb..327dd30318 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -1033,7 +1033,7 @@ static void usage(const char *name) { printf( "Usage: %s [-h] [-V] [-Crsnm] [-c cmd] ... [file]\n" -"QEMU Disk excerciser\n" +"QEMU Disk exerciser\n" "\n" " -C, --create create new file if it doesn't exist\n" " -c, --cmd command to execute\n"