Fix up a misspelled comment.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
Chris Lalancette 2010-02-10 16:11:42 -05:00
parent 7357975000
commit 6daa19da9a

View 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
*/