From 6daa19da9a3fc7281b70858e32fecf0ae868ab93 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 10 Feb 2010 16:11:42 -0500 Subject: [PATCH] Fix up a misspelled comment. Signed-off-by: Chris Lalancette --- src/qemu/qemu_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index c1d03cd909..31a0c52112 100644 --- a/src/qemu/qemu_conf.c +++ b/src/qemu/qemu_conf.c @@ -4125,7 +4125,7 @@ int qemudBuildCommandLine(virConnectPtr conn, /* * This method takes a string representing a QEMU command line ARGV set - * optionall prefixed by a list of environment variables. It then tries + * optionally prefixed by a list of environment variables. It then tries * to split it up into a NULL terminated list of env & argv, splitting * on space */