qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix typo in drive_init() (vl.c)
@ 2008-02-04 13:06 Stuart Brady
  0 siblings, 0 replies; only message in thread
From: Stuart Brady @ 2008-02-04 13:06 UTC (permalink / raw)
  To: qemu-devel

The following patch fixes a typo in drive_init().

Cheers,
-- 
Stuart Brady

Index: vl.c
===================================================================
RCS file: /sources/qemu/qemu/vl.c,v
retrieving revision 1.403
diff -u -r1.403 vl.c
--- vl.c	3 Feb 2008 03:45:47 -0000	1.403
+++ vl.c	4 Feb 2008 12:58:07 -0000
@@ -4928,7 +4928,7 @@
                        "cache", NULL };
 
     if (check_params(buf, sizeof(buf), params, str) < 0) {
-         fprintf(stderr, "qemu: unknowm parameter '%s' in '%s'\n",
+         fprintf(stderr, "qemu: unknown parameter '%s' in '%s'\n",
                          buf, str);
          return -1;
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-04 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04 13:06 [Qemu-devel] [PATCH] fix typo in drive_init() (vl.c) Stuart Brady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).