summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-12 07:15:45 +0000
committerGerrit Code Review <review@openstack.org>2015-10-12 07:15:45 +0000
commit7a94a569330f8042b6d090992b7c433906876e8c (patch)
tree7bb9b7dbff793866245dd018be2dfb8ad5cd66f0
parent4759a84703cabbbc2449281e1b34dbf43da9bad4 (diff)
parent851393eb0bf60edf92b91e7b40b5e46cfae6353c (diff)
downloadpython-openstackclient-7a94a569330f8042b6d090992b7c433906876e8c.tar.gz
Merge "Fix typos in authentication.rst"
-rw-r--r--doc/source/authentication.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/authentication.rst b/doc/source/authentication.rst
index bf23b66a..a3986ee4 100644
--- a/doc/source/authentication.rst
+++ b/doc/source/authentication.rst
@@ -83,7 +83,7 @@ by the ``ClientManager`` object.
* Load the selected plugin class.
* When an operation that requires authentication is attempted ``ClientManager``
- makes the actual inital request to the Identity service.
+ makes the actual initial request to the Identity service.
* if ``--os-auth-url`` is not supplied for any of the types except
Token/Endpoint, exit with an error.
@@ -132,7 +132,7 @@ If using a domain as authorization scope, set either it's name or ID.
Note that if the user and project share the same domain, then simply setting
``os-default-domain`` or ``OS_DEFAULT_DOMAIN`` is sufficient.
-Thus, a minimal set of of environment variables would be:
+Thus, a minimal set of environment variables would be:
.. code-block:: bash