]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix up a misspelled comment.
authorChris Lalancette <clalance@redhat.com>
Wed, 10 Feb 2010 21:11:42 +0000 (16:11 -0500)
committerChris Lalancette <clalance@redhat.com>
Thu, 11 Feb 2010 14:02:24 +0000 (09:02 -0500)
Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/qemu/qemu_conf.c

index c1d03cd909281cdb288dd93d59fe87fd319d4886..31a0c52112eae30671d52080f124e097e184c3aa 100644 (file)
@@ -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
  */