]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
s/interract/interact/ as suggested by kzak
authorDaniel Veillard <veillard@redhat.com>
Wed, 22 Nov 2006 23:11:11 +0000 (23:11 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 22 Nov 2006 23:11:11 +0000 (23:11 +0000)
docs/architecture.html
docs/index.html
docs/libvir.html

index 11aee85d2edc42997074623b478876007822f73f..fbbf3c0ed32254dd9beb38aff5e1ae1fbea0431f 100644 (file)
@@ -15,7 +15,7 @@ virConnectOpen() can be used, it will use three different ways to connect to
 the Xen infrastructure:</p><ul><li>a connection to the Xen Daemon though an HTTP RPC layer</li>
   <li>a read/write connection to the Xen Store</li>
   <li>use Xen Hypervisor calls</li>
-</ul><p>The library will usually interract with the Xen daemon for any operation
+</ul><p>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
index ac74a8de51dc7fd2dca32fbe785cc7fbf78c1461..cb40b2b7be2869eb91cf2fb8e072297565a69321 100644 (file)
@@ -15,7 +15,7 @@
         </div>
         <div id="content">
           <h3>what is <span class="style1">libvirt?</span></h3>
-          <p>Libvirt is a C toolkit to interract with the virtualization capabilities
+          <p>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 <a href="http://www.opensource.org/licenses/lgpl-license.html">GNU
 Lesser General Public License</a>. Virtualization of the Linux Operating
index 5bef64e15f40e0eaa8b540e8e6f2cdf60780dc48..71498276addd3defd1ebb1cc9527d7269ca2c11e 100644 (file)
@@ -14,7 +14,7 @@ site</a></h1>
 
 <h3>what is <span class="style1">libvirt?</span></h3>
 
-<p>Libvirt is a C toolkit to interract with the virtualization capabilities
+<p>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 <a href="http://www.opensource.org/licenses/lgpl-license.html">GNU
 Lesser General Public License</a>. Virtualization of the Linux Operating
@@ -273,7 +273,7 @@ the Xen infrastructure:</p>
   <li>use Xen Hypervisor calls</li>
 </ul>
 
-<p>The library will usually interract with the Xen daemon for any operation
+<p>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