Fix minor spelling errors in install-guide.

Picked up some low hanging fruit, all minor typos.

Change-Id: I851fd3f5df0a181d9b8e67e6378b6d5ec8a19678
This commit is contained in:
Stephen Gordon 2013-10-08 20:09:25 -04:00
parent 429a8596b4
commit eabf2cb48c
5 changed files with 6 additions and 6 deletions

View File

@ -382,7 +382,7 @@
<itemizedlist spacing="compact">
<listitem>
<para>Adds installation and configuration for
mulit-node Object Storage service.</para>
multi-node Object Storage service.</para>
</listitem>
</itemizedlist>
</revdescription>

View File

@ -252,7 +252,7 @@ hwclock -w</programlisting>
<para os="fedora;centos;rhel">This guide uses the OpenStack packages from
the RDO repository. These packages work on Red Hat Enterprise Linux 6 and
compatible versions of CentOS, as well as Fedora 19. Enable the repository
by donwloading and installing the <literal>rdo-release-havana</literal>
by downloading and installing the <literal>rdo-release-havana</literal>
package.</para>
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>curl -O http://repos.fedorapeople.org/repos/openstack/openstack-havana/rdo-release-havana-6.noarch.rpm</userinput>

View File

@ -29,7 +29,7 @@
<literal>22</literal>.</para>
<para>To be able to ping virtual machine instances, you must specify a rule to allow ICMP
traffic. When specifying ICMP rules, instead of specifying a begin and end port, you
specify a pemitted ICMP code and ICMP type. You can also specify <literal>-1</literal>
specify a permitted ICMP code and ICMP type. You can also specify <literal>-1</literal>
for the code to enable all codes and <literal>-1</literal> for the type to enable all
ICMP types. Allow access to all codes and types of ICMP traffic from all IP addresses
with the following command:</para>

View File

@ -3,7 +3,7 @@
xml:id="keystone-services">
<title>Defining Services and API Endpoints</title>
<para>The Identiy Service also tracks what OpenStack services are
<para>The Identity Service also tracks what OpenStack services are
installed and where to locate them on the network. For each service
on your OpenStack installation, you must call
<command>keystone service-create</command> to describe the service
@ -59,4 +59,4 @@
will call these commands again to register those services with the
Identity Service.</para>
</section>
</section>

View File

@ -491,7 +491,7 @@ swift-init all start
any difficulty, stop the server and run it by hand from the
command line. Any server may be started using
"swift-$SERVER-$SERVICE /etc/swift/$SERVER-config",
where $SERVER might be object, continer, or account, and
where $SERVER might be object, container, or account, and
$SERVICE might be server, replicator, updater, or auditor.
</para>
<screen>