diff options
| author | Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com> | 2015-10-08 10:16:47 +0900 |
|---|---|---|
| committer | Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com> | 2015-10-08 10:16:47 +0900 |
| commit | 851393eb0bf60edf92b91e7b40b5e46cfae6353c (patch) | |
| tree | d23427f7c8a08fbcf5fb2259ad0586d647848eae | |
| parent | 262af5416b0fad02dee93aed2193cfee761ebd83 (diff) | |
| download | python-openstackclient-851393eb0bf60edf92b91e7b40b5e46cfae6353c.tar.gz | |
Fix typos in authentication.rst
1. "inital" to "initial"
2. "set of of environment variables" to "set of environment variables"
Change-Id: I7040792c1a03a9a3ac873f9a0428bfa1178fd550
| -rw-r--r-- | doc/source/authentication.rst | 4 |
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 |
