Fix typos in authentication.rst

1. "inital" to "initial"
2. "set of of environment variables" to "set of environment variables"

Change-Id: I7040792c1a03a9a3ac873f9a0428bfa1178fd550
This commit is contained in:
Daisuke Fujita 2015-10-08 10:16:47 +09:00
parent 262af5416b
commit 851393eb0b

View File

@ -83,7 +83,7 @@ by the ``ClientManager`` object.
* Load the selected plugin class. * Load the selected plugin class.
* When an operation that requires authentication is attempted ``ClientManager`` * 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 * if ``--os-auth-url`` is not supplied for any of the types except
Token/Endpoint, exit with an error. 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 Note that if the user and project share the same domain, then simply setting
``os-default-domain`` or ``OS_DEFAULT_DOMAIN`` is sufficient. ``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 .. code-block:: bash