From 07f35073c6d6d1b2f42a6b3671b8af2f271986b9 Mon Sep 17 00:00:00 2001 From: Dong Xu Wang Date: Tue, 22 Nov 2011 18:06:26 +0800 Subject: fix spelling in main directory Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- qemu-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-io.c') diff --git a/qemu-io.c b/qemu-io.c index de26422fcf..f70de0b4a6 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -445,7 +445,7 @@ static int read_f(int argc, char **argv) } if ((pattern_count < 0) || (pattern_count + pattern_offset > count)) { - printf("pattern verfication range exceeds end of read data\n"); + printf("pattern verification range exceeds end of read data\n"); return 0; } -- cgit v1.2.1