From: Chris Lalancette Date: Wed, 10 Feb 2010 21:11:42 +0000 (-0500) Subject: Fix up a misspelled comment. X-Git-Tag: v0.7.7~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6daa19da9a3fc7281b70858e32fecf0ae868ab93;p=thirdparty%2Flibvirt.git Fix up a misspelled comment. Signed-off-by: Chris Lalancette --- 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 */