Re: [libvirt] [PATCH] docs, comments: minor typo fixes

2013-09-10 Thread Eric Blake
On 09/10/2013 12:10 PM, Oskari Saarenmaa wrote:
 Signed-off-by: Oskari Saarenmaa o...@ohmu.fi
 ---
  84 files changed, 97 insertions(+), 97 deletions(-)

 +++ b/docs/news.html.in
 @@ -13327,7 +13327,7 @@ and check the a 
 href=http://libvirt.org/git/?p=libvirt.git;a=log;GIT log/a
  h30.1.5: Sep 5 2006/h3
  ul
liSupport for new hypercalls change in Xen changeset 
 86d26e6ec89b/li
 -  libug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi
 +  libug fixes: virParseUUID() was wrong, networking for paravirt 
 guestsi

s/guestsi/guests/ - also, news.html.in is another awkward file that is
generated from 'git shortlog' at release time; but I think DV only adds
rather than rewriting old sections, so I made that change.

 +++ b/po/af.po
 @@ -20618,7 +20618,7 @@ msgstr 
  
  #: src/test/test_driver.c:1992
  #, c-format
 -msgid incomplete metdata in '%s'
 +msgid incomplete metadata in '%s'

.po files must not be patched except as part of pulling new files from
transifex (otherwise, the patch is just lost); all you need to patch is
the original _(...) line.  Fixing that greatly reduces the size of
your patch :)

ACK to all the other changes, and pushed.

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH] docs, comments: minor typo fixes

2013-09-10 Thread Oskari Saarenmaa
Signed-off-by: Oskari Saarenmaa o...@ohmu.fi
---
 84 files changed, 97 insertions(+), 97 deletions(-)

diff --git a/ChangeLog-old b/ChangeLog-old
index b5d44d5..e07b11c 100644
--- a/ChangeLog-old
+++ b/ChangeLog-old
@@ -5504,7 +5504,7 @@ Tue Nov 11 15:51:42 GMT 2008 Daniel P. Berrange 
berra...@redhat.com
 
 Mon Nov 10 12:05:42 GMT 2008 Daniel P. Berrange berra...@redhat.com
 
-   * src/openvz_conf.c: Read filesytem template name from config
+   * src/openvz_conf.c: Read filesystem template name from config
files. Increase buffer size when parsing vzctl version number
 
 Thu Nov  6 20:45:42 CET 2008 Jim Meyering meyer...@redhat.com
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index f8bfe0b..d656836 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -254,7 +254,7 @@
 to the (optional) ramdisk image in the host OS./dd
   dtcodecmdline/code/dt
   ddThe contents of this element specify arguments to be passed to
-the kernel (or installer) at boottime. This is often used to
+the kernel (or installer) at boot time. This is often used to
 specify an alternate primary console (eg serial port), or the
 installation media source / kickstart file/dd
   dtcodedtb/code/dt
@@ -426,7 +426,7 @@
 process and virtual CPUs can be specified separately by
 codecputune/code. If attribute codeemulatorpin/code
 of codecputune/code is specified, codecpuset/code
-specified by codevcpu/code here will be ingored; Similarly,
+specified by codevcpu/code here will be ignored; Similarly,
 For virtual CPUs which has codevcpupin/code specified,
 codecpuset/code specified by codecpuset/code here
 will be ignored; For virtual CPUs which doesn't have
@@ -1235,7 +1235,7 @@
 /tr
 tr
   tdrelaxed/td
-  tdRelax contstraints on timers/td
+  tdRelax constraints on timers/td
   td on, off/td
   tdspan class=since1.0.0 (QEMU only)/span/td
 /tr
@@ -1358,7 +1358,7 @@
   dd
 p
 The codetickpolicy/code attribute determines what
-happens whens QEMU misses a deadline for injecting a
+happens when QEMU misses a deadline for injecting a
 tick to the guest:
 /p
 dl
@@ -2268,7 +2268,7 @@
 
   dtcodereadonly/code/dt
   dd
-Enables exporting filesytem as a readonly mount for guest, by
+Enables exporting filesystem as a readonly mount for guest, by
 default read-write access is given (currently only works for
 QEMU/KVM driver).
   /dd
@@ -2385,7 +2385,7 @@
 h4a name=elementsControllersControllers/a/h4
 
 p
-  Depending on the guest architecture, some device busses can
+  Depending on the guest architecture, some device buses can
   appear more than once, with a group of virtual devices tied to a
   virtual controller.  Normally, libvirt can automatically infer such
   controllers without requiring explicit XML markup, but sometimes
@@ -3773,7 +3773,7 @@ qemu-kvm -net nic,model=? /dev/null
   span class=sinceSince 1.1.0./span This uses the optional
   codenativeMode/code attribute on the codelt;taggt;/code
   element: codenativeMode/code may be set to 'tagged' or
-  'untagged'. The id atribute of the element sets the native vlan.
+  'untagged'. The id attribute of the element sets the native vlan.
 /p
 
 h5a name=elementLinkModifying virtual link state/a/h5
@@ -4134,7 +4134,7 @@ qemu-kvm -net nic,model=? /dev/null
 9216, and codeheads/code with value 1. By default, the first
 video device in domain xml is the primary one, but the optional
 attribute codeprimary/code (span class=sincesince 1.0.2/span)
-with value 'yes' can be used to mark the primary in cases of mutiple
+with value 'yes' can be used to mark the primary in cases of multiple
 video device. The non-primary must be type of qxl. The optional
 attribute coderam/code (span class=sincesince
 1.0.2/span) is allowed for qxl type only and specifies
diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index 36c381a..63600b3 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -478,7 +478,7 @@
   span class=sinceSince 1.1.0/span. This uses the optional
   codenativeMode/code attribute on the codelt;taggt;/code
   element: codenativeMode/code may be set to 'tagged' or
-  'untagged'. The id atribute of the element sets the native vlan.
+  'untagged'. The id attribute of the element sets the native vlan.
 /p
 p
   codelt;vlangt;/code elements can also be specified in
@@ -591,7 +591,7 @@
   This particular route would *not* be preferred if there was
   another existing rout on the system with the same address and
   prefix but with a lower value