From ac6ee6901c5df70e5ddac3e571c57902b90b040a Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 12 Feb 2013 11:17:31 -0800 Subject: Fix spelling mistakes git ls-files | misspellings -f - Source: https://github.com/lyda/misspell-check Change-Id: Icbd2412aa65bc8135e5dcd83ee69e94f5a42f7a2 --- doc/source/api_curl_examples.rst | 2 +- doc/source/installing.rst | 2 +- doc/source/old/extensions.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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.** -- cgit