summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
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.**