commit 52b00f1902ee92183c61f57bbc971caab5156c69
Author: W. David Ashley <w.david.ashley(a)gmail.com>
Date: Thu Aug 20 14:43:03 2015 -0500
Various chapters
- spell checked the entire document once more.
en-US/Architecture.xml | 2 +-
en-US/Connections.xml | 14 +++++++-------
en-US/Guest_Domains.xml | 16 ++++++++--------
en-US/Virtual_Networks.xml | 4 ++--
4 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/en-US/Architecture.xml b/en-US/Architecture.xml
index 4f13933..6c60374 100644
--- a/en-US/Architecture.xml
+++ b/en-US/Architecture.xml
@@ -142,7 +142,7 @@
<para>
A virtual network may be transient or persistent. A transient virtual network can only be
- managed while it it is running on the host. When taken offline, all traces of it will disappear. A persistent virtual network has its configuration maintained in a data store on the host, in an implementation defined format. Thus when a persistent network is brought offline, it is still possible to manage its inactive config. A transient network can be turned into a persistent network on the fly by defining a configuration for it.
+ managed while it is running on the host. When taken offline, all traces of it will disappear. A persistent virtual network has its configuration maintained in a data store on the host, in an implementation defined format. Thus when a persistent network is brought offline, it is still possible to manage its inactive config. A transient network can be turned into a persistent network on the fly by defining a configuration for it.
</para>
<para>
diff --git a/en-US/Connections.xml b/en-US/Connections.xml
index e613772..d42adff 100644
--- a/en-US/Connections.xml
+++ b/en-US/Connections.xml
@@ -103,7 +103,7 @@ conn = libvirt.openReadOnly(name)</programlisting>
<secondary>openAuth</secondary></indexterm>
<para>
The <literal>openAuth</literal> function is the most flexible, and effectively
- obsoletes the previous two cunctions. It takes an extra parameter providing
+ obsoletes the previous two functions. It takes an extra parameter providing
an Python <literal>list</literal> which contains the authentication credentials from the
client app. The flags parameter allows
the application to request a read-only connection with the
@@ -249,7 +249,7 @@ driver+unix:///session</screen>
</entry>
<entry>
<para>
- For for managing UML guests
+ For managing UML guests
</para>
</entry>
</row>
@@ -299,7 +299,7 @@ driver+unix:///session</screen>
</entry>
<entry>
<para>
- For mmanaging OpenNebula guests
+ For managing OpenNebula guests
</para>
</entry>
</row>
@@ -1067,9 +1067,9 @@ command -p port [-l username] hostname netcat -U socket
<para>
The <command>getCellsFreeMemory</command> method can be used to obtain the
amount of free memory (in kilobytes) in some or all of the NUMA
- nodes in the system. It takes as input thet starting cell
+ nodes in the system. It takes as input the starting cell
and the maximum number of cells to retrieve data from.
- If successful, aPython <literal>list</literal> is returned with the
+ If successful, Python <literal>list</literal> is returned with the
amount of free memory in each node.
On failure <literal>None</literal> is returned. The following code
demonstrates the use of <command>getCellsFreeMemory</command>:
@@ -1124,7 +1124,7 @@ command -p port [-l username] hostname netcat -U socket
<para>
The <command>getLibVersion</command> method can be used to obtain the version of
the libvirt software in use on the host.
- If successful it retirns a Python string with the version, otherwise it returns
+ If successful it returns a Python string with the version, otherwise it returns
<literal>None</literal>. The following code demonstrates the
use of <command>getLibVersion</command>:
</para>
@@ -1181,7 +1181,7 @@ command -p port [-l username] hostname netcat -U socket
The <command>isSecure</command> method can be used to find out if a given
connection is encrypted. A connection will be classified secure if
it is either encrypted or it is running on a channel which is not
- vulnerable to eavsdropping (like a UNIX domain socket).
+ vulnerable to eavesdropping (like a UNIX domain socket).
If successful it returns 1 for a
secure connection and 0 for an insecure connection. If an error
occurred, -1 will be returned. The following code demonstrates the use
diff --git a/en-US/Guest_Domains.xml b/en-US/Guest_Domains.xml
index 859fdca..0ced651 100644
--- a/en-US/Guest_Domains.xml
+++ b/en-US/Guest_Domains.xml
@@ -631,9 +631,9 @@
<para>
The <literal>shutdown</literal> method is a clean stop process, which sends a signal to the guest domain operating system
asking it to shut down immediately. The guest will only be stopped once the operating system
- has successfuly shut down. The shutdown process is analagous to running a shutdown command on
+ has successfully shut down. The shutdown process is analogous to running a shutdown command on
a physical machine. There is also a <literal>shutdownFlags</literal> method which can, depending
- on what the guest OS supports, can shudoown the domain and leave the objct in a usable state.
+ on what the guest OS supports, can shutdown the domain and leave the object in a usable state.
</para>
<para>
The <literal>destroy</literal> method immediately terminates the guest domain. The destroy process is analogous to pulling
@@ -657,7 +657,7 @@
<secondary>resume</secondary></indexterm>
the <literal>suspend</literal> and <literal>resume</literal> methods refer to the process of taking a running guest and
temporarily saving its memory state. At a later time, it is possible to resume the guest
- to its original running state, contiuining execution where it left off. Suspend does not
+ to its original running state, continuingly execution where it left off. Suspend does not
save a persistent image of the guest's memory. For this, <literal>save</literal> is used.
</para>
<para>
@@ -745,7 +745,7 @@
complete successfully, storage needs to be shared between the source and target hypervisors.
</para>
<para>
- The first parameter of the <literal>migrate</literal> method specifies the connectiion to be used to the
+ The first parameter of the <literal>migrate</literal> method specifies the connection to be used to the
target of the migration. This parameter is required.
</para>
<para>
@@ -772,7 +772,7 @@
<para>
The third parameter of the <literal>migrate</literal> method specifies a new name for the domain on the target
of the migration. Not all hypervisors support this operation. If no rename of the domain is
- required then the parameter shoule be set to <literal>None</literal>.
+ required then the parameter should be set to <literal>None</literal>.
</para>
<para>
The third parameter of the <literal>migrate</literal> method specifies a new name for the domain on the target
@@ -782,7 +782,7 @@
<para>
The forth parameter of the <literal>migrate</literal> method specifies the URI to be used as the
target of the migration. A URI is only required when the target system supports multiple
- hypervisors. If ther is only a single hypervisor on the target system then
+ hypervisors. If there is only a single hypervisor on the target system then
the parameter can be set to <literal>None</literal>.
</para>
<para>
@@ -1017,7 +1017,7 @@
<para>
Configuration information for a guest domain can be obtained by using the <literal>XMLDesc</literal>
method. This method returns the current description of a domain as an XML data stream.
- This stream can then be parsed to obtain detailed information about the doamin and all the
+ This stream can then be parsed to obtain detailed information about the domain and all the
parts that make up the domain.
</para>
<para>
@@ -1081,7 +1081,7 @@
<title>Networking</title>
<para>
- To discover the guest domain's network interfaces find and display the iterface XML tag.
+ To discover the guest domain's network interfaces find and display the interface XML tag.
</para>
<example>
<title>Get domain's network interface information</title>
diff --git a/en-US/Virtual_Networks.xml b/en-US/Virtual_Networks.xml
index 217ccec..ab72fa5 100644
--- a/en-US/Virtual_Networks.xml
+++ b/en-US/Virtual_Networks.xml
@@ -47,7 +47,7 @@
</itemizedlist>
<para>
A virtual network may be transient or persistent. A transient virtual network can only be managed
- while it it is running on the host. When taken offline, all trace of it will disappear. A persistent
+ while it is running on the host. When taken offline, all trace of it will disappear. A persistent
virtual network has its configuration maintained in a data store on the host, in an implementation
defined format. Thus when a persistent network is brought offline, it is still possible to manage its
inactive config. A transient network can be turned into a persistent network on the fly by defining a
@@ -66,7 +66,7 @@
<para>
Virtual networks are discovered using the methods <literal>networkLookupByName</literal>,
<literal>networkLookupByUUID</literal>, and <literal>networkLookupByUUIDString</literal>
- and <literal>listNetworks</literal>. The following example shws how to used these methods.
+ and <literal>listNetworks</literal>. The following example shows how to used these methods.
</para>
<example>
<title>Discovering and finding virtual networks</title>