From 7db914012621d5a7d1562aaac4377be7623373c2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 24 Jan 2008 10:15:13 +0000 Subject: [PATCH] Correct typos in the documentation (Atsushi SAKAI) * README, libvirt.spec.in, docs/devhelp/html.xsl, docs/devhelp/index.html: Correct typos in the documentation. --- ChangeLog | 6 ++++++ README | 4 ++-- docs/devhelp/html.xsl | 4 ++-- docs/devhelp/index.html | 4 ++-- libvirt.spec.in | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 42cdade249..6a99c62f50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 24 10:08:00 BST 2008 Richard W.M. Jones + + 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 * configure.in: Fix enablement of SASL diff --git a/README b/README index 079f47ed32..3d5167dfe1 100644 --- 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. diff --git a/docs/devhelp/html.xsl b/docs/devhelp/html.xsl index 1efcc7c9b1..c5f6b12a33 100644 --- a/docs/devhelp/html.xsl +++ b/docs/devhelp/html.xsl @@ -555,12 +555,12 @@

libvirt Reference Manual

-

Libvir is a C toolkit to interract with the virtualization capabilities of +

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 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 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 Xen paravirtualization but should be able to integrate other virtualization diff --git a/docs/devhelp/index.html b/docs/devhelp/index.html index df593de2d4..1d40e856da 100644 --- a/docs/devhelp/index.html +++ b/docs/devhelp/index.html @@ -25,12 +25,12 @@

libvirt Reference Manual

-

Libvir is a C toolkit to interract with the virtualization capabilities of +

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 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 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 Xen paravirtualization but should be able to integrate other virtualization diff --git a/libvirt.spec.in b/libvirt.spec.in index d05d4fa4db..9b3fa6718f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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 -- GitLab