From 3879b33447bc3643190859bcb1861006f232c798 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Wed, 5 Aug 2009 11:56:56 +0200 Subject: [PATCH] Typo and comment fixes * docs/schemas/*.rng: the comments were wrong * src/qemu_conf.c: typo in an error message --- docs/schemas/capability.rng | 3 +-- docs/schemas/nodedev.rng | 4 ---- docs/schemas/storagepool.rng | 3 +-- docs/schemas/storagevol.rng | 3 +-- src/qemu_conf.c | 2 +- 5 files changed, 4 insertions(+), 11 deletions(-) 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; } -- 2.47.2