]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Correct typos in the documentation (Atsushi SAKAI)
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Jan 2008 10:15:13 +0000 (10:15 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Jan 2008 10:15:13 +0000 (10:15 +0000)
        * README, libvirt.spec.in, docs/devhelp/html.xsl,
          docs/devhelp/index.html: Correct typos in the documentation.

ChangeLog
README
docs/devhelp/html.xsl
docs/devhelp/index.html
libvirt.spec.in

index 42cdade2498d12ea4a807270aa1ec92d9e95e06d..6a99c62f50d3835a0b238a64a3a44141723e5f72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 24 10:08:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
+
+       Correct typos in the documentation (Atsushi SAKAI)
+       * README, libvirt.spec.in, docs/devhelp/html.xsl,
+         docs/devhelp/index.html: Correct typos in the documentation.
+
 Wed Jan 23 14:36:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
 
        * configure.in: Fix enablement of SASL
diff --git a/README b/README
index 079f47ed32cb34993c4ab42aad37106d83d38048..3d5167dfe1e1a11e3a089f25edd2baaec79e3550 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
 
          LibVirt : simple API for virtualization
 
-  Libvirt is a C toolkit to interract with the virtualization capabilities
+  Libvirt is a C toolkit to interact with the virtualization capabilities
 of recent versions of Linux (and other OSes). It is free software
 available under the GNU Lesser General Public License. Virtualization of
 the Linux Operating System means the ability to run multiple instances of
-Operating Systems concurently on a single hardware system where the basic
+Operating Systems concurrently on a single hardware system where the basic
 resources are driven by a Linux instance. The library aim at providing
 long term stable C API initially for the Xen paravirtualization but
 should be able to integrate other virtualization mechanisms if needed.
index 1efcc7c9b10690a04d619d4768a2b89a45a80715..c5f6b12a33e744452c98adf2a3a319cdebbfe7de 100644 (file)
             </tr>
          </table>
          <h2><span class="refentrytitle">libvirt Reference Manual</span></h2>
-<p>Libvir is a C toolkit to interract with the virtualization capabilities of
+<p>Libvir is a C toolkit to interact with the virtualization capabilities of
 recent versions of Linux (and other OSes). It is free software available
 under the <a href="http://www.opensource.org/licenses/lgpl-license.html">GNU
 Lesser General Public License</a>. Virtualization of the Linux Operating
 System means the ability to run multiple instances of Operating Systems
-concurently on a single hardware system where the basic resources are driven
+concurrently on a single hardware system where the basic resources are driven
 by a Linux instance. The library aim at providing long term stable C API
 initially for the <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xen
 paravirtualization</a> but should be able to integrate other virtualization
index df593de2d4be2776d26768407767bdc3f9008abc..1d40e856da3bed15f94b52d6e2703fd07b1e6487 100644 (file)
     <h2>
       <span class="refentrytitle">libvirt Reference Manual</span>
     </h2>
-    <p>Libvir is a C toolkit to interract with the virtualization capabilities of
+    <p>Libvir is a C toolkit to interact with the virtualization capabilities of
 recent versions of Linux (and other OSes). It is free software available
 under the <a href="http://www.opensource.org/licenses/lgpl-license.html">GNU
 Lesser General Public License</a>. Virtualization of the Linux Operating
 System means the ability to run multiple instances of Operating Systems
-concurently on a single hardware system where the basic resources are driven
+concurrently on a single hardware system where the basic resources are driven
 by a Linux instance. The library aim at providing long term stable C API
 initially for the <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xen
 paravirtualization</a> but should be able to integrate other virtualization
index d05d4fa4db84b1645ca22cc362a17b7e7107f73a..9b3fa6718f64a2c2d1b61743c567c8d7b1cc0d39 100644 (file)
@@ -29,7 +29,7 @@ Requires: iptables
 Requires: nc
 Requires: cyrus-sasl
 # Not technically required, but makes 'out-of-box' config
-# work correctly & doesn't have onerous dependancies
+# work correctly & doesn't have onerous dependencies
 Requires: cyrus-sasl-md5
 %if %{with_polkit}
 Requires: PolicyKit >= 0.6
@@ -52,7 +52,7 @@ Obsoletes: libvir
 ExclusiveArch: i386 x86_64 ia64
 
 %description
-Libvirt is a C toolkit to interract with the virtualization capabilities
+Libvirt is a C toolkit to interact with the virtualization capabilities
 of recent versions of Linux (and other OSes).
 
 %package devel