From 851393eb0bf60edf92b91e7b40b5e46cfae6353c Mon Sep 17 00:00:00 2001
From: Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com>
Date: Thu, 8 Oct 2015 10:16:47 +0900
Subject: [PATCH] Fix typos in authentication.rst

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

Change-Id: I7040792c1a03a9a3ac873f9a0428bfa1178fd550
---
 doc/source/authentication.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/authentication.rst b/doc/source/authentication.rst
index bf23b66a01..a3986ee414 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