]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs, comments: minor typo fixes
authorOskari Saarenmaa <os@ohmu.fi>
Tue, 10 Sep 2013 18:10:55 +0000 (21:10 +0300)
committerEric Blake <eblake@redhat.com>
Tue, 10 Sep 2013 23:06:41 +0000 (17:06 -0600)
Signed-off-by: Oskari Saarenmaa <os@ohmu.fi>
Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog-old
docs/formatdomain.html.in
docs/formatnetwork.html.in
docs/news.html.in
python/generator.py
src/libvirt.c
src/test/test_driver.c
src/util/virpci.c

index b5d44d5dced1382e62b43db7e16614231aeb15dd..e07b11c9a19cc5d11a2866d0b8e346a12b069673 100644 (file)
@@ -5504,7 +5504,7 @@ Tue Nov 11 15:51:42 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
 
 Mon Nov 10 12:05:42 GMT 2008 Daniel P. Berrange <berrange@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@redhat.com>
index f8bfe0b961894b170fb39c589bf384a172fac0ff..d656836a330b076fbd71748a85e8e1cb83a21180 100644 (file)
         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>
         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
         </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>
           <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>
 
       <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>
     <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>&lt;tag&gt;</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
index 36c381a41954c3158943e0bcda0a4897c2edb0e1..63600b372e67c872cb4fb453a6d47a249ac1b659 100644 (file)
       <span class="since">Since 1.1.0</span>. This uses the optional
       <code>nativeMode</code> attribute on the <code>&lt;tag&gt;</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>&lt;vlan&gt;</code> elements can also be specified in
       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
index 6a07eb03d670bec05a51b12989d2959695d4a6c3..86b27902711c449e43904b562e176ee4c8d34b69 100644 (file)
@@ -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 guests
       (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>
index fb321c6d8f4513f60218326865e5cb6d8ffc53d5..a91dde85e98cb6d7a63bd9da1769a678af3b136a 100755 (executable)
@@ -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",
index 07a3fd50224fc1dedabde7fc0a0ff7cc8a8e21d0..665b30be5bd50ef6156d6f5500f4a30173d2f33b 100644 (file)
@@ -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
index c2256188dfeece01fbd7cdab9aefca2f7247ba16..f9eee448597e2a82e7f2e1b038bfe0e369973cd0 100644 (file)
@@ -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';
index be50b4f9ac9b391576e96e86731a371965d28652..92927aa58f964e1190b2e163568705576a8ff454 100644 (file)
@@ -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.
      */