From: Aron Griffis Date: Wed, 5 Aug 2009 09:56:56 +0000 (+0200) Subject: Typo and comment fixes X-Git-Tag: v0.7.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3879b33447bc3643190859bcb1861006f232c798;p=thirdparty%2Flibvirt.git Typo and comment fixes * docs/schemas/*.rng: the comments were wrong * src/qemu_conf.c: typo in an error message --- diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng index 775bbdb5e9..1e3c5f3509 100644 --- a/docs/schemas/capability.rng +++ b/docs/schemas/capability.rng @@ -1,7 +1,6 @@ - + - diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng index 78bd6a8f29..7060274295 100644 --- a/docs/schemas/nodedev.rng +++ b/docs/schemas/nodedev.rng @@ -1,14 +1,10 @@ - - + - diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng index 7dc7876d9e..5b0b038666 100644 --- a/docs/schemas/storagevol.rng +++ b/docs/schemas/storagevol.rng @@ -1,7 +1,6 @@ - + - diff --git a/src/qemu_conf.c b/src/qemu_conf.c index 4fe4e399d0..6b0b4048fe 100644 --- a/src/qemu_conf.c +++ b/src/qemu_conf.c @@ -1970,7 +1970,7 @@ int qemudBuildCommandLine(virConnectPtr conn, if (def->nvideos) { if (def->nvideos > 1) { qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR, - "%s", _("only one video card is currentely supported")); + "%s", _("only one video card is currently supported")); goto error; }