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

Oskari Saarenmaa os at ohmu.fi
Tue Sep 10 18:10:55 UTC 2013


Signed-off-by: Oskari Saarenmaa <os at 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 <berrange at redhat.com>
 
 Mon Nov 10 12:05:42 GMT 2008 Daniel P. Berrange <berrange at 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 <meyering at 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>
       <dt><code>cmdline</code></dt>
       <dd>The 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>
       <dt><code>dtb</code></dt>
@@ -426,7 +426,7 @@
         process and virtual CPUs can be specified separately by
         <code>cputune</code>. If attribute <code>emulatorpin</code>
         of <code>cputune</code> is specified, <code>cpuset</code>
-        specified by <code>vcpu</code> here will be ingored; Similarly,
+        specified by <code>vcpu</code> here will be ignored; Similarly,
         For virtual CPUs which has <code>vcpupin</code> specified,
         <code>cpuset</code> specified by <code>cpuset</code> here
         will be ignored; For virtual CPUs which doesn't have
@@ -1235,7 +1235,7 @@
         </tr>
         <tr>
           <td>relaxed</td>
-          <td>Relax contstraints on timers</td>
+          <td>Relax constraints on timers</td>
           <td> on, off</td>
           <td><span class="since">1.0.0 (QEMU only)</span></td>
         </tr>
@@ -1358,7 +1358,7 @@
           <dd>
             <p>
             The <code>tickpolicy</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 @@
 
       <dt><code>readonly</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 @@
     <h4><a name="elementsControllers">Controllers</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="since">Since 1.1.0.</span> This uses the optional
       <code>nativeMode</code> attribute on the <code><tag></code>
       element: <code>nativeMode</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>
 
     <h5><a name="elementLink">Modifying virtual link state</a></h5>
@@ -4134,7 +4134,7 @@ qemu-kvm -net nic,model=? /dev/null
         "9216", and <code>heads</code> with value "1". By default, the first
         video device in domain xml is the primary one, but the optional
         attribute <code>primary</code> (<span class="since">since 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 <code>ram</code> (<span class="since">since
         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="since">Since 1.1.0</span>. This uses the optional
       <code>nativeMode</code> attribute on the <code><tag></code>
       element: <code>nativeMode</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>
       <code><vlan></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 for the metric. If there is a
-      route in the host system configuration that should be overriden
+      route in the host system configuration that should be overridden
       by a route in a virtual network whenever the virtual network is
       running, the configuration for the system-defined route should
       be modified to have a higher metric, and the route on the
diff --git a/docs/news.html.in b/docs/news.html.in
index 6a07eb0..8a6d5bd 100644
--- a/docs/news.html.in
+++ 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>
     <h3>0.1.5: Sep 5 2006</h3>
     <ul>
       <li>Support for new hypercalls change in Xen changeset 86d26e6ec89b</li>
-      <li>bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi
+      <li>bug fixes: virParseUUID() was wrong, networking for paravirt guestsi
       (Daniel Berrange), virsh on non-existent domains (Daniel Berrange),
       string cast bug when handling error in python (Pete Vetere), HTTP
       500 xend error code handling (Pete Vetere and Daniel Berrange)</li>
diff --git a/po/af.po b/po/af.po
index 84878d6..746bc0e 100644
--- a/po/af.po
+++ 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'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/am.po b/po/am.po
index be63bff..499bff6 100644
--- a/po/am.po
+++ b/po/am.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/ar.po b/po/ar.po
index 0de95c9..f7e75ba 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -20619,7 +20619,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/as.po b/po/as.po
index fc7944a..66fdd51 100644
--- a/po/as.po
+++ b/po/as.po
@@ -21030,7 +21030,7 @@ msgstr "মেটাডাতাৰ দৈৰ্ঘ্য সীমাৰ বা
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' ত মিটাডাটা অসম্পূৰ্ণ"
 
 #: src/test/test_driver.c:2064
diff --git a/po/be.po b/po/be.po
index 681acf7..3f2b73b 100644
--- a/po/be.po
+++ b/po/be.po
@@ -20619,7 +20619,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/bg.po b/po/bg.po
index a3ad765..279be33 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -20623,7 +20623,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/bn.po b/po/bn.po
index 88a67ac..60ac095 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 5172b20..e718f0b 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -20783,7 +20783,7 @@ msgstr "মিটা-ডাটার দৈর্ঘ্য সীমা বহ
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s'-র মধ্যে উপস্থিত মিটাডাটা অসম্পূর্ণ"
 
 #: src/test/test_driver.c:2064
diff --git a/po/bo.po b/po/bo.po
index 32e6ac4..abcf64b 100644
--- a/po/bo.po
+++ b/po/bo.po
@@ -20592,7 +20592,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/bs.po b/po/bs.po
index b7397dd..1390462 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -20620,7 +20620,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/ca.po b/po/ca.po
index f7e771d..a6bc3ab 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -20675,7 +20675,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/cs.po b/po/cs.po
index d8b1159..af9d566 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -20714,7 +20714,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/cy.po b/po/cy.po
index db7d71b..fa07a81 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -20619,7 +20619,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/da.po b/po/da.po
index 993411b..48c555e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -20623,7 +20623,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/de.po b/po/de.po
index 2433aef..c0e9d17 100644
--- a/po/de.po
+++ b/po/de.po
@@ -16933,7 +16933,7 @@ msgstr "getunnelte Offline-Migration ist nicht sinnvoll"
 
 #: src/qemu/qemu_migration.c:2109 src/qemu/qemu_migration.c:2407
 msgid "domain disappeared"
-msgstr "Doamin ist verschwunden"
+msgstr "Domain ist verschwunden"
 
 #: src/qemu/qemu_migration.c:2321 src/qemu/qemu_migration.c:3400
 msgid "cannot create pipe for tunnelled migration"
@@ -21623,7 +21623,7 @@ msgstr "Metadaten-Länge außerhalb des Bereichs"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "Unvollständige Metadaten in '%s'"
 
 #: src/test/test_driver.c:2064
diff --git a/po/el.po b/po/el.po
index 1e1803d..71ec4ca 100644
--- a/po/el.po
+++ b/po/el.po
@@ -20709,7 +20709,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/en_GB.po b/po/en_GB.po
index 2e4d418..3c66182 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -20622,7 +20622,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/es.po b/po/es.po
index f189277..f9972c8 100644
--- a/po/es.po
+++ b/po/es.po
@@ -21694,7 +21694,7 @@ msgstr "la longitud de los metadatos está fuera de rango"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "metadatos incompletos en '%s'"
 
 #: src/test/test_driver.c:2064
diff --git a/po/et.po b/po/et.po
index 5f9c18c..39e766e 100644
--- a/po/et.po
+++ b/po/et.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/eu_ES.po b/po/eu_ES.po
index 703bfed..ecbfc45 100644
--- a/po/eu_ES.po
+++ b/po/eu_ES.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/fa.po b/po/fa.po
index 1d56043..c8d24d2 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/fi.po b/po/fi.po
index b81d916..1db6ccd 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -20622,7 +20622,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/fr.po b/po/fr.po
index f164fd1..ad9d22b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -20672,7 +20672,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/gl.po b/po/gl.po
index 4cc8c36..7d09fab 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/gu.po b/po/gu.po
index 1304ee9..4332c8a 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -20945,7 +20945,7 @@ msgstr "સીમા ની બહાર મેટાડેટા ની લં
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' માં અપૂરતુ મેટાડેટા"
 
 #: src/test/test_driver.c:2064
diff --git a/po/he.po b/po/he.po
index 1bcc34b..1614684 100644
--- a/po/he.po
+++ b/po/he.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/hi.po b/po/hi.po
index d966d2b..2e952bd 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -20902,7 +20902,7 @@ msgstr "मेटाडेटा की लंबाई परिसर से 
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' में अपूर्ण मेटाडेटा"
 
 #: src/test/test_driver.c:2064
diff --git a/po/hr.po b/po/hr.po
index e74c8e1..46b83bb 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -20623,7 +20623,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/hu.po b/po/hu.po
index bfba878..02289d3 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20622,7 +20622,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/hy.po b/po/hy.po
index 79d4dd9..ab2e2b3 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/id.po b/po/id.po
index 6f1854a..b7948b2 100644
--- a/po/id.po
+++ b/po/id.po
@@ -20622,7 +20622,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/is.po b/po/is.po
index baef4c6..8bbcec3 100644
--- a/po/is.po
+++ b/po/is.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/it.po b/po/it.po
index d2469c4..271da4e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20819,7 +20819,7 @@ msgstr "lunghezza dei metadata fuori dalla gamma"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "metadata incompleti in '%s'"
 
 #: src/test/test_driver.c:2064
diff --git a/po/ja.po b/po/ja.po
index 7457281..9cd07af 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -21449,7 +21449,7 @@ msgstr "メタデータの長さは範囲外です"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' にあるメタ情報が不完全です"
 
 #: src/test/test_driver.c:2064
diff --git a/po/ka.po b/po/ka.po
index 0c04465..ecfbbf4 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/kn.po b/po/kn.po
index ae343b0..1b5c86a 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -20910,7 +20910,7 @@ msgstr "ಮೆಟಾಡಾಟಾದ ಗಾತ್ರವು ವ್ಯಾಪ್ತ
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' ನಲ್ಲಿ ಅಪೂರ್ಣವಾದ ಮೆಟಾಡಾಟಾ"
 
 #: src/test/test_driver.c:2064
diff --git a/po/ko.po b/po/ko.po
index 8de0d48..583c149 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -20701,7 +20701,7 @@ msgstr "메타데이터 길이가 범위를 벗어남"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s'안에 완전하지 않은 메타데이터"
 
 #: src/test/test_driver.c:2064
diff --git a/po/ku.po b/po/ku.po
index 422ff15..0bf4cc3 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/libvirt.pot b/po/libvirt.pot
index 8c81c40..b900df6 100644
--- a/po/libvirt.pot
+++ b/po/libvirt.pot
@@ -20592,7 +20592,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/lo.po b/po/lo.po
index 93f5e42..1e04889 100644
--- a/po/lo.po
+++ b/po/lo.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/lt.po b/po/lt.po
index a9902d5..24d9f83 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -20619,7 +20619,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/lv.po b/po/lv.po
index e83d44c..2a68e75 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -20619,7 +20619,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/mk.po b/po/mk.po
index 3273217..166fa24 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -20623,7 +20623,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/ml.po b/po/ml.po
index 8fd9d70..d337f5a 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -21159,7 +21159,7 @@ msgstr "മെറ്റാഡേറ്റായുടെ വ്യാപ്ത
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s'-ല്‍ പൂര്‍ത്തിയാകാത്ത മെറ്റഡേറ്റാ"
 
 #: src/test/test_driver.c:2064
diff --git a/po/mr.po b/po/mr.po
index 0b2eae6..d1775a5 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -20873,7 +20873,7 @@ msgstr "मेटाडेटा"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' अंतर्गत अपूर्ण मेटाडेटा आढळले"
 
 #: src/test/test_driver.c:2064
diff --git a/po/ms.po b/po/ms.po
index d8b067e..2df16a7 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -20605,7 +20605,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/my.po b/po/my.po
index a4545ba..0abf143 100644
--- a/po/my.po
+++ b/po/my.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/nb.po b/po/nb.po
index 60e7c41..109fc30 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/nl.po b/po/nl.po
index c230958..4c6dc81 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -20860,7 +20860,7 @@ msgstr "lengte van metadata buiten de reeks"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "onvolledige metadata in '%s'"
 
 #: src/test/test_driver.c:2064
diff --git a/po/nn.po b/po/nn.po
index 8989f9b..fa5fc97 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/nso.po b/po/nso.po
index 16246fe..229d76f 100644
--- a/po/nso.po
+++ b/po/nso.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/or.po b/po/or.po
index 934c21e..a8c95f2 100644
--- a/po/or.po
+++ b/po/or.po
@@ -20663,7 +20663,7 @@ msgstr "ଅଧିତଥ୍ୟ ଲମ୍ବର ସୀମା ବାହାରେ"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' ରେ ଅସମ୍ପୂର୍ଣ୍ଣ ଅଧିତଥ୍ୟ"
 
 #: src/test/test_driver.c:2064
diff --git a/po/pa.po b/po/pa.po
index 6345a0f..3eb002b 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -20706,7 +20706,7 @@ msgstr "ਮੈਟਾਡਾਟਾ ਦੀ ਲੰਬਾਈ ਰੇਂਜ ਤੋਂ 
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' ਅਧੂਰਾ ਮੈਟਾਡਾਟਾ"
 
 #: src/test/test_driver.c:2064
diff --git a/po/pl.po b/po/pl.po
index 65ad1f0..72f2e50 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -21042,7 +21042,7 @@ msgstr "długość metadanych jest spoza zakresu"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "niepełne metadane w \"%s\""
 
 #: src/test/test_driver.c:2064
diff --git a/po/pt.po b/po/pt.po
index 4d22356..3bf93b7 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -20622,7 +20622,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 6b5448e..32c7d06 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -21529,7 +21529,7 @@ msgstr "comprimento dos meta dados fora do intervalo"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "meta dados incompletos em \"%s\""
 
 #: src/test/test_driver.c:2064
diff --git a/po/ro.po b/po/ro.po
index c3f5a77..14e1f07 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -20619,7 +20619,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/ru.po b/po/ru.po
index d757aad..88f5ec7 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -20835,7 +20835,7 @@ msgstr "длина метаданных выходит за пределы ди
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "незавершенные метаданные в «%s»"
 
 #: src/test/test_driver.c:2064
diff --git a/po/si.po b/po/si.po
index e216364..078e059 100644
--- a/po/si.po
+++ b/po/si.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/sk.po b/po/sk.po
index 98ac256..cb126fd 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/sl.po b/po/sl.po
index d4a9325..ea0877d 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -20619,7 +20619,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/sq.po b/po/sq.po
index b1f6a04..e661560 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/sr.po b/po/sr.po
index a26576c..8d50483 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -20682,7 +20682,7 @@ msgstr "дужина мета податка је ван опсега"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/sr at latin.po b/po/sr at latin.po
index 3cfaacb..d2904b8 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -20683,7 +20683,7 @@ msgstr "dužina meta podatka je van opsega"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/sv.po b/po/sv.po
index f239425..55ff394 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -20772,7 +20772,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/ta.po b/po/ta.po
index 5f6ae0e..ca41fe8 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -21240,7 +21240,7 @@ msgstr "மெட்டா தரவின் எண்ணிக்கை அத
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s'ல் முடியாத மெட்டாதரவு"
 
 #: src/test/test_driver.c:2064
diff --git a/po/te.po b/po/te.po
index 4c87855..7b05c7f 100644
--- a/po/te.po
+++ b/po/te.po
@@ -20818,7 +20818,7 @@ msgstr "మెటాడాటా యొక్క పొడవు స్థాయ
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s'నందు అంసపూర్తి మెటాడాటా"
 
 #: src/test/test_driver.c:2064
diff --git a/po/th.po b/po/th.po
index fb56621..c3a1e90 100644
--- a/po/th.po
+++ b/po/th.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/tr.po b/po/tr.po
index 154278f..122da0e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/uk.po b/po/uk.po
index 5ea7984..c97d740 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -21894,7 +21894,7 @@ msgstr "довжина метаданих не належить діапазон
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "неповні метадані у «%s»"
 
 #: src/test/test_driver.c:2064
diff --git a/po/ur.po b/po/ur.po
index 403bcee..5390817 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/vi.po b/po/vi.po
index ef6a165..01b94da 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -20833,7 +20833,7 @@ msgstr "độ dài dữ liệu meta vượt miền"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "dữ liệu meta không hoàn thiện trong '%s'"
 
 #: src/test/test_driver.c:2064
diff --git a/po/vi_VN.po b/po/vi_VN.po
index 66f5946..d2e69a0 100644
--- a/po/vi_VN.po
+++ b/po/vi_VN.po
@@ -20834,7 +20834,7 @@ msgstr "độ dài dữ liệu meta vượt miền"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "dữ liệu meta không hoàn thiện trong '%s'"
 
 #: src/test/test_driver.c:2064
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 28d1411..22c2d6d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -20697,7 +20697,7 @@ msgstr "元数据长度超出范围"
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr "'%s' 中不完整的元数据"
 
 #: src/test/test_driver.c:2064
@@ -24508,7 +24508,7 @@ msgstr "指定未知驱动程序路径 '%s'  (尝试:vbox:///session)"
 #: src/vbox/vbox_driver.c:182 src/vbox/vbox_tmpl.c:1034
 #, c-format
 msgid "unknown driver path '%s' specified (try vbox:///system)"
-msgstr "指定未知驱动程序路径 '%s'  (尝试:vbox:///systme)"
+msgstr "指定未知驱动程序路径 '%s'  (尝试:vbox:///system)"
 
 #: src/vbox/vbox_driver.c:188
 msgid "unable to initialize VirtualBox driver API"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 0edb5b8..d9099b2 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -20625,7 +20625,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/po/zu.po b/po/zu.po
index 3266988..2b0f598 100644
--- a/po/zu.po
+++ b/po/zu.po
@@ -20618,7 +20618,7 @@ msgstr ""
 
 #: src/test/test_driver.c:1992
 #, c-format
-msgid "incomplete metdata in '%s'"
+msgid "incomplete metadata in '%s'"
 msgstr ""
 
 #: src/test/test_driver.c:2064
diff --git a/python/generator.py b/python/generator.py
index fb321c6..a91dde8 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -510,11 +510,11 @@ skip_function = (
     'virStreamRecv', # overridden in libvirt-override-virStream.py
     'virStreamSend', # overridden in libvirt-override-virStream.py
 
-    'virConnectUnregisterCloseCallback', # overriden in virConnect.py
-    'virConnectRegisterCloseCallback', # overriden in virConnect.py
+    'virConnectUnregisterCloseCallback', # overridden in virConnect.py
+    'virConnectRegisterCloseCallback', # overridden in virConnect.py
 
-    'virDomainCreateXMLWithFiles', # overriden in virConnect.py
-    'virDomainCreateWithFiles', # overriden in virDomain.py
+    'virDomainCreateXMLWithFiles', # overridden in virConnect.py
+    'virDomainCreateWithFiles', # overridden in virDomain.py
 
     # 'Ref' functions have no use for bindings users.
     "virConnectRef",
diff --git a/src/libvirt.c b/src/libvirt.c
index 07a3fd5..665b30b 100644
--- a/src/libvirt.c
+++ b/src/libvirt.c
@@ -9058,7 +9058,7 @@ error:
  * Define a domain, but does not start it.
  * This definition is persistent, until explicitly undefined with
  * virDomainUndefine(). A previous definition for this domain would be
- * overriden if it already exists.
+ * overridden if it already exists.
  *
  * Some hypervisors may prevent this operation if there is a current
  * block copy operation on a transient domain with the same id as the
diff --git a/src/test/test_driver.c b/src/test/test_driver.c
index c225618..f9eee44 100644
--- a/src/test/test_driver.c
+++ b/src/test/test_driver.c
@@ -1989,7 +1989,7 @@ testDomainRestoreFlags(virConnectPtr conn,
         goto cleanup;
     if (saferead(fd, xml, len) != len) {
         virReportSystemError(errno,
-                             _("incomplete metdata in '%s'"), path);
+                             _("incomplete metadata in '%s'"), path);
         goto cleanup;
     }
     xml[len] = '\0';
diff --git a/src/util/virpci.c b/src/util/virpci.c
index be50b4f..92927aa 100644
--- a/src/util/virpci.c
+++ b/src/util/virpci.c
@@ -670,7 +670,7 @@ virPCIDeviceIsParent(virPCIDevicePtr dev, virPCIDevicePtr check, void *data)
         goto cleanup;
     }
 
-    /* otherwise, SRIOV allows VFs to be on different busses then their PFs.
+    /* otherwise, SRIOV allows VFs to be on different buses than their PFs.
      * In this case, what we need to do is look for the "best" match; i.e.
      * the most restrictive match that still satisfies all of the conditions.
      */
-- 
1.8.3.1




More information about the libvir-list mailing list