]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Fix some typos in messages, docs and comments.
authorYuri Chornoivan <yurchor@ukr.net>
Wed, 22 Aug 2012 18:29:18 +0000 (21:29 +0300)
committerEric Blake <eblake@redhat.com>
Wed, 22 Aug 2012 21:34:07 +0000 (15:34 -0600)
14 files changed:
docs/api.html.in
docs/bugs.html.in
docs/drivers.html.in
docs/drvqemu.html.in
docs/drvtest.html.in
docs/drvxen.html.in
docs/formatdomain.html.in
docs/formatnode.html.in
docs/formatnwfilter.html.in
docs/locking.html.in
docs/news.html.in
src/network/bridge_driver.c
src/rpc/virnetsshsession.c
src/util/virhash.c

index 384eb77305254db7e300a3ca10c2be2b21c259cb..c8fc2047a3d4996a6566eaded0df0272c5ec1d39 100644 (file)
@@ -43,7 +43,7 @@
       <li>virNetworkPtr: represent one network either active or defined (i.e.
       existing as permanent config file and storage but not currently activated.
       The function <code class='docref'>virConnectListNetworks</code>
-      allows to list all the virtualization networks actived on this node.</li>
+      allows to list all the virtualization networks activated on this node.</li>
       <li>virStorageVolPtr: represent one storage volume, usually this is used
       as a block device available to one of the domains. The function
       <code class="docref">virStorageVolLookupByPath</code> allows to find
index 39b6725eec4c0e3e20f359606f97451570bc3aa6..7436a717a0e1fd54fc1b428e07a387dda0edcc95 100644 (file)
     <p>
       It may also happen that the libvirt daemon itself crashes or gets stuck,
       in the first case run it (as root) under gdb, and reproduce the sequence
-      leading to the crash, similary to a normal program provide the
+      leading to the crash, similarly to a normal program provide the
       "bt" backtrace information to where gdb will have stopped.<br/>
       But if libvirtd gets stuck, for example seems to stop processing
       commands, try to attach to the faulty daemon and issue a gdb command
index 90b61962ebb4898c087222e9aacf640d3632c834..24387d03889236781803e8456b424dedfb813780 100644 (file)
@@ -31,7 +31,7 @@
       <li><strong><a href="drvhyperv.html">Microsoft Hyper-V</a></strong></li>
     </ul>
 
-    <h2><a name="stroage">Storage drivers</a></h2>
+    <h2><a name="storage">Storage drivers</a></h2>
 
     <ul>
       <li><strong><a href="storage.html#StorageBackendDir">Directory backend</a></strong></li>
index 9afae13e1935dff3d728072e6a4a7aa3750bf286..df99377c4432bd339eb25c58e167061e503f2257 100644 (file)
@@ -54,7 +54,7 @@
     The libvirt QEMU driver is a multi-instance driver, providing a single
     system wide privileged driver (the "system" instance), and per-user
     unprivileged drivers (the "session" instance). The URI driver protocol
-    is "qemu". Some example conection URIs for the libvirt driver are:
+    is "qemu". Some example connection URIs for the libvirt driver are:
     </p>
 
 <pre>
@@ -476,7 +476,7 @@ $ virsh domxml-from-native qemu-argv demo.args
 &lt;/domain&gt;
 </pre>
 
-    <p>NB, don't include the literral \ in the args, put everything on one line</p>
+    <p>NB, don't include the literal \ in the args, put everything on one line</p>
 
     <h3><a name="xmlexport">Converting from domain XML to QEMU args</a></h3>
 
index b5814c31d995a57a47b11cd132bea5eba11819d9..44bc289d59cd183983e6d42a91df74f9b2c2addd 100644 (file)
@@ -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 an alternate config. Some example connection URIs
     for the libvirt driver are:
     </p>
 
index 631f7ed21953aa047b8a77d88b1d20a299b17ad6..0bca93590122b9e2180460de6fd82585336298ce 100644 (file)
@@ -59,7 +59,7 @@
 
     <p>
     The libvirt Xen driver is a single-instance privileged driver,
-    with a driver name of 'xen'. Some example conection URIs for
+    with a driver name of 'xen'. Some example connection URIs for
     the libvirt driver are:
     </p>
 
index 5d8f66957a8ff0f5e1f1315595ebb5990d86f97b..e671e36ddc2b06f1de47948021f09ed7d71846ba 100644 (file)
       <dt><code>memory</code></dt>
       <dd>The maximum allocation of memory for the guest at boot time.
         The units for this value are determined by the optional
-        atttribute <code>unit</code>, which defaults to "KiB"
+        attribute <code>unit</code>, which defaults to "KiB"
         (kibibytes, 2<sup>10</sup> or blocks of 1024 bytes).  Valid
         units are "b" or "bytes" for bytes, "KB" for kilobytes
         (10<sup>3</sup> or 1,000 bytes), "k" or "KiB" for kibibytes
             The optional <code>event_idx</code> attribute controls
             some aspects of device event processing. The value can be
             either 'on' or 'off' - if it is on, it will reduce the
-            number of interupts and exits for the guest. The default
+            number of interrupts and exits for the guest. The default
             is determined by QEMU; usually if the feature is
             supported, default is on. In case there is a situation
             where this behavior is suboptimal, this attribute provides
           </li>
           <li>
             The optional <code>copy_on_read</code> attribute controls
-            wether to copy read backing file into the image file. The
+            whether to copy read backing file into the image file. The
             value can be either "on" or "off".
             Copy-on-read avoids accessing the same backing file sectors
             repeatedly and is useful when the backing file is over a slow
@@ -2795,7 +2795,7 @@ qemu-kvm -net nic,model=? /dev/null
       <dd>
         The <code>event_idx</code> attribute controls some aspects of
         device event processing. The value can be either 'on' or 'off'
-        - if it is on, it will reduce the number of interupts and
+        - if it is on, it will reduce the number of interrupts and
         exits for the guest. The default is determined by QEMU;
         usually if the feature is supported, default is on. In case
         there is a situation where this behavior is suboptimal, this
index c04d04d1c2554f5a191728686d449f28dd774025..fcaaaafa39632dbe2db5367afc37b75ed7a2c1b8 100644 (file)
             </dl>
           </dd>
           <dt><code>scsi</code></dt>
-          <dd>Desribes a SCSI device.  Sub-elements include:
+          <dd>Describes a SCSI device.  Sub-elements include:
             <dl>
               <dt><code>host</code></dt>
               <dd>The SCSI host containing the device.</dd>
                 available.</dd>
               <dt><code>capability</code></dt>
               <dd>If present, an additional capability is listed via
-                the attribute <code>type</code>.  Current capabilites
+                the attribute <code>type</code>.  Current capabilities
                 include "hotpluggable" and "removable", with the
                 latter implying the following
                 sub-elements: <code>media_available</code> (0 or
index 03bacc43c152f47cc54fae54175a6bcce8d14668..78c3b823b2c3bc235fa75b6daf685b20a306379c 100644 (file)
     </ul>
     <p>
      The above example indicates that the traffic of type <code>ip</code>
-     will be asscociated with the chain 'ipv4' and the rule will have
+     will be associated with the chain 'ipv4' and the rule will have
      priority 500. If for example another filter is referenced whose
      traffic of type <code>ip</code> is also associated with the chain
      'ipv4' then that filter's rules will be ordered relative to the priority
     <ul>
      <li>UINT8 : 8 bit integer; range 0-255</li>
      <li>UINT16: 16 bit integer; range 0-65535</li>
-     <li>MAC_ADDR: MAC adrress in dotted decimal format, i.e., 00:11:22:33:44:55</li>
+     <li>MAC_ADDR: MAC address in dotted decimal format, i.e., 00:11:22:33:44:55</li>
      <li>MAC_MASK: MAC address mask in MAC address format, i.e., FF:FF:FF:FC:00:00</li>
      <li>IP_ADDR: IP address in dotted decimal format, i.e., 10.1.2.3</li>
      <li>IP_MASK: IP address mask in either dotted decimal format (255.255.248.0) or CIDR mask (0-32)</li>
        <tr>
          <td>type</td>
          <td>UINT8</td>
-         <td>Bridge Protcol Data Unit (BPDU) type</td>
+         <td>Bridge Protocol Data Unit (BPDU) type</td>
        </tr>
        <tr>
          <td>flags</td>
       unresponsive due to its traffic being dropped.
       Therefore, the limit of connections should be rather high so that
       fluctuations in new TCP connections don't cause odd
-      traffic behavior in relaton to idle connections.
+      traffic behavior in relation to idle connections.
     </p>
 
     <h2><a name="nwfcli">Command line tools</a></h2>
     tree that instantiates iptables or ip6tables rules, a rule to let
     the UDP packet pass will also be necessary to be provided for those
     filtering layers. This can be
-    achieved with a rule containing an approriate <code>udp</code> or
+    achieved with a rule containing an appropriate <code>udp</code> or
     <code>udp-ipv6</code> traffic filtering node.
     </p>
 
 </pre>
     <p>
      Before trying out a filter using the <code>RELATED</code> state,
-     you have to make sure that the approriate connection tracking module
+     you have to make sure that the appropriate connection tracking module
      has been loaded into the host's kernel. Depending on the version of the
      kernel, you must run either one of the following two commands before
      the ftp connection with the VM is established.
index 28781a42f7729fd33d8b05d4d61bbf2a18c9b713..0d039dabc3a271d44fe837073f7ee3723889c221 100644 (file)
     <p>
       If all went well, libvirtd will have talked to sanlock
       and created the basic lockspace. This can be checked
-      by looking for existance of the following file
+      by looking for existence of the following file
     </p>
 
     <pre>
index 3bf966b20aaf733dac903244deaf67771fb027f8..c4447652f924017fb428fc9b32685f7d3197ed58 100644 (file)
@@ -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/>
       Remove last usage of PATH_MAX and ban its future use (Daniel P. Berrange),<br/>
       maint: avoid new automake warning about AM_PROG_CC_STDC (Jim Meyering),<br/>
       build: silence libtool warning on probes.o (Eric Blake),<br/>
@@ -1694,7 +1694,7 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
       build: fix linking on BSD (Eric Blake),<br/>
       remote: fix mingw32 build (Laine Stump),<br/>
       build: fix deep VPATH builds (Eric Blake),<br/>
-      Use ENAMETOOLONG if the the socket path is longer than UNIX_PATH_MAX (Guido Günther),<br/>
+      Use ENAMETOOLONG if the socket path is longer than UNIX_PATH_MAX (Guido Günther),<br/>
       build: avoid RHEL 5 build failure on LXC (Eric Blake),<br/>
       build: use gnulib fdatasync (Eric Blake),<br/>
       Fix virFileOpenTty definition on Win32 (Daniel P. Berrange),<br/>
@@ -6380,7 +6380,7 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
       Convert QEMU driver all hotunplug code from pci_del to device_del (Daniel P. Berrange),<br/>
       Support hot-unplug for USB devices in QEMU (Daniel P. Berrange),<br/>
       Tweak container initialization to make upstart/init happier (Daniel P. Berrange),<br/>
-      Avoid creating top level cgroups if just querying for existance (Daniel P. Berrange),<br/>
+      Avoid creating top level cgroups if just querying for existence (Daniel P. Berrange),<br/>
       Support VCPU hotplug in QEMU guests (Daniel P. Berrange),<br/>
       Fix mis-leading error message in pool delete API (Daniel P. Berrange),<br/>
       Fix typo in QEMU migration command name (Daniel P. Berrange),<br/>
@@ -7039,7 +7039,7 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
       Enable udev instead of hal on F12 / RHEL-6 or later (Daniel P. Berrange),<br/>
       python: Actually implement list*Interfaces bindings (Cole Robinson),<br/>
       esx: Handle 'vmxnet3' in esxVMX_FormatEthernet() (Matthias Bolte),<br/>
-      Fix check for existance of cgroups at creation (Daniel P. Berrange),<br/>
+      Fix check for existence of cgroups at creation (Daniel P. Berrange),<br/>
       Fix virt-aa-helper when host and os.type arch differ (Jamie Strandboge),<br/>
       Add translation of PCI vendor and product IDs (David Allan),<br/>
       Add scsi_target device type (David Allan),<br/>
index 78662876a566915210d25c5c30af3a4b9d6000d8..59b2c10784e02178e460e8915920209f7c473314 100644 (file)
@@ -2877,7 +2877,7 @@ networkCreateInterfacePool(virNetworkDefPtr netdef) {
             }
             else {
                 virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
-                               _("Direct mode types requires interface names"));
+                               _("Direct mode types require interface names"));
                 goto finish;
             }
         }
index 59013c752c7e1863114fa352fdc317f51cf5b1d8..7c7d246267ae28d42d5b1f6ac7c5586ed9c62f27 100644 (file)
@@ -341,7 +341,7 @@ virNetSSHCheckHostKey(virNetSSHSessionPtr sess)
             if (i > 0) {
                 virReportError(VIR_ERR_SSH, "%s",
                                _("no suitable method to retrieve "
-                                 "authentication cretentials"));
+                                 "authentication credentials"));
                 return -1;
             }
 
@@ -733,7 +733,7 @@ virNetSSHAuthenticateKeyboardInteractive(virNetSSHSessionPtr sess,
         case VIR_NET_SSH_AUTHCB_NO_METHOD:
             virReportError(VIR_ERR_SSH, "%s",
                            _("no suitable method to retrieve "
-                             "authentication cretentials"));
+                             "authentication credentials"));
             return -1;
         case VIR_NET_SSH_AUTHCB_OOM:
             virReportOOMError();
index 5794d6f654d2cdb583340862a63fb2a661911574..1576dd326ac008c8d30a9fbb3863c98b0e3711c7 100644 (file)
@@ -360,7 +360,7 @@ virHashUpdateEntry(virHashTablePtr table, const void *name,
  *
  * Find the userdata specified by @name
  *
- * Returns the a pointer to the userdata
+ * Returns a pointer to the userdata
  */
 void *
 virHashLookup(virHashTablePtr table, const void *name)
@@ -388,7 +388,7 @@ virHashLookup(virHashTablePtr table, const void *name)
  * Find the userdata specified by @name
  * and remove it from the hash without freeing it.
  *
- * Returns the a pointer to the userdata
+ * Returns a pointer to the userdata
  */
 void *virHashSteal(virHashTablePtr table, const void *name)
 {