summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-02-12 11:17:31 -0800
committerJoe Gordon <jogo@cloudscaling.com>2013-02-12 11:17:31 -0800
commitac6ee6901c5df70e5ddac3e571c57902b90b040a (patch)
treeca6eada4536bfeef07f1db97fe1325136d89296e /doc/source
parent32c1bb49011cdc0082016c79c10ccc0386595f74 (diff)
downloadkeystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.tar.gz
keystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.tar.xz
keystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.zip
Fix spelling mistakes
git ls-files | misspellings -f - Source: https://github.com/lyda/misspell-check Change-Id: Icbd2412aa65bc8135e5dcd83ee69e94f5a42f7a2
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/api_curl_examples.rst2
-rw-r--r--doc/source/installing.rst2
-rw-r--r--doc/source/old/extensions.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/api_curl_examples.rst b/doc/source/api_curl_examples.rst
index bd36dbde..1ee185bc 100644
--- a/doc/source/api_curl_examples.rst
+++ b/doc/source/api_curl_examples.rst
@@ -77,7 +77,7 @@ These examples assume a default port value of 35357, and depend on the
GET /
=====
-Disover API version information, links to documentation (PDF, HTML, WADL),
+Discover API version information, links to documentation (PDF, HTML, WADL),
and supported media types::
$ curl http://0.0.0.0:35357
diff --git a/doc/source/installing.rst b/doc/source/installing.rst
index fe66205a..3676bc7d 100644
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -63,7 +63,7 @@ You will find sample configuration files in ``etc/``
* default_catalog.templates
From here, refer to :doc:`configuration` to choose which backend drivers to
-enable and use. Once configured, you should be able to run keystone by issueing
+enable and use. Once configured, you should be able to run keystone by issuing
the command::
keystone-all
diff --git a/doc/source/old/extensions.rst b/doc/source/old/extensions.rst
index 70692b8f..f57fd687 100644
--- a/doc/source/old/extensions.rst
+++ b/doc/source/old/extensions.rst
@@ -117,7 +117,7 @@ Creating New Extensions
#. **Adopt a unique organization abbreviation.**
This prefix should uniquely identify your organization within the community.
- The goal is to avoid schema and resource collisions with similiar extensions.
+ The goal is to avoid schema and resource collisions with similar extensions.
(e.g. ``OS`` for OpenStack, ``RAX`` for Rackspace, or ``HP`` for Hewlett-Packard)
#. **Adopt a unique extension abbreviation.**