[libvirt] [PATCH] Fix some typos in messages, docs and comments

On 08/22/2012 12:32 PM, Yuri Chornoivan wrote:
0001-Fix-some-typos-in-messages-docs-and-comments.patch
From 18c3b2ada7fbc5c2ec7563a1e97f55e627b544f1 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan <yurchor@ukr.net> Date: Wed, 22 Aug 2012 21:29:18 +0300 Subject: [PATCH] Fix some typos in messages, docs and comments.
--- docs/api.html.in | 2 +- docs/bugs.html.in | 2 +- docs/drivers.html.in | 2 +- docs/drvqemu.html.in | 4 ++-- docs/drvtest.html.in | 2 +- docs/drvxen.html.in | 2 +- docs/formatdomain.html.in | 8 ++++---- docs/formatnode.html.in | 4 ++-- docs/formatnwfilter.html.in | 12 ++++++------ docs/locking.html.in | 2 +- docs/news.html.in | 8 ++++---- src/network/bridge_driver.c | 2 +- src/rpc/virnetsshsession.c | 4 ++-- src/util/virhash.c | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-)
Quite a list. Thanks; ACK and pushed.
+++ b/docs/drvtest.html.in @@ -8,7 +8,7 @@ The libvirt Test driver is a per-process fake hypervisor driver, with a driver name of 'test'. The driver maintains all its state in memory. It can start with a pre-configured default config, or - be given a path to a alternate config. Some example conection URIs + be given a path to a alternate config. Some example connection URIs
while here, s/a alternate/an alternate/
+++ b/docs/news.html.in @@ -255,7 +255,7 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a> Fix mistakes in augeas lens (Daniel P. Berrange),<br/> Standardize whitespace used in example config files (Daniel P. Berrange),<br/> Remove uid param from directory lookup APIs (Daniel P. Berrange),<br/> - Fix check for socket existance / daemon spawn (Daniel P. Berrange),<br/> + Fix check for socket existence / daemon spawn (Daniel P. Berrange),<br/>
We can fix these now, but I'm not sure whether they will pop up again the next time we regenerate NEWS items (I guess that depends on how DV adds items to news.html.in). -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Yuri Chornoivan