From f9d956f59c21490943f1fc526ecc317047cb8f75 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 23 Mar 2018 07:44:33 +0800 Subject: [PATCH] fix a typo in documentation Change-Id: Ie006ed2a964b6a10e57af9e34d19d7a8554556da --- config_tempest/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_tempest/main.py b/config_tempest/main.py index c3b31eaa..4c5ee644 100755 --- a/config_tempest/main.py +++ b/config_tempest/main.py @@ -321,7 +321,7 @@ def set_cloud_config_values(non_admin, cloud_creds, conf): """Set values from client's cloud config file. Set admin and non-admin credentials and uri from cloud credentials. - Note: the values may be later overriden by values specified in CLI. + Note: the values may be later overridden by values specified in CLI. :type non_admin: Boolean :param cloud_creds: auth data from os-client-config