diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2008-01-24 10:15:13 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2008-01-24 10:15:13 +0000 |
commit | 7db914012621d5a7d1562aaac4377be7623373c2 (patch) | |
tree | 228a0120995e38f476eb00d49bf071e489b2a28c /docs/devhelp | |
parent | Fix enablement of SASL (diff) | |
download | libvirt-7db914012621d5a7d1562aaac4377be7623373c2.tar.gz libvirt-7db914012621d5a7d1562aaac4377be7623373c2.tar.bz2 libvirt-7db914012621d5a7d1562aaac4377be7623373c2.zip |
Correct typos in the documentation (Atsushi SAKAI)
* README, libvirt.spec.in, docs/devhelp/html.xsl,
docs/devhelp/index.html: Correct typos in the documentation.
Diffstat (limited to 'docs/devhelp')
-rw-r--r-- | docs/devhelp/html.xsl | 4 | ||||
-rw-r--r-- | docs/devhelp/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/devhelp/html.xsl b/docs/devhelp/html.xsl index 1efcc7c9b..c5f6b12a3 100644 --- a/docs/devhelp/html.xsl +++ b/docs/devhelp/html.xsl @@ -555,12 +555,12 @@ </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 diff --git a/docs/devhelp/index.html b/docs/devhelp/index.html index df593de2d..1d40e856d 100644 --- a/docs/devhelp/index.html +++ b/docs/devhelp/index.html @@ -25,12 +25,12 @@ <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 |