From 1bd41d0bab3dadde3010724b3b6e807d3a4966f3 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 22 Nov 2006 23:11:11 +0000 Subject: [PATCH] s/interract/interact/ as suggested by kzak --- docs/architecture.html | 2 +- docs/index.html | 2 +- docs/libvir.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/architecture.html b/docs/architecture.html index 11aee85d2e..fbbf3c0ed3 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -15,7 +15,7 @@ virConnectOpen() can be used, it will use three different ways to connect to the Xen infrastructure:

The library will usually interract with the Xen daemon for any operation +

The library will usually interact with the Xen daemon for any operation changing the state of the system, but for performance and accuracy reasons may talk directly to the hypervisor when gathering state informations at least when possible (i.e. when the running program using libvirt has root diff --git a/docs/index.html b/docs/index.html index ac74a8de51..cb40b2b7be 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,7 +15,7 @@

what is libvirt?

-

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 diff --git a/docs/libvir.html b/docs/libvir.html index 5bef64e15f..71498276ad 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -14,7 +14,7 @@ site

what is libvirt?

-

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 @@ -273,7 +273,7 @@ the Xen infrastructure:

  • use Xen Hypervisor calls
  • -

    The library will usually interract with the Xen daemon for any operation +

    The library will usually interact with the Xen daemon for any operation changing the state of the system, but for performance and accuracy reasons may talk directly to the hypervisor when gathering state informations at least when possible (i.e. when the running program using libvirt has root