summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorHerman Ge <gehg@cn.ibm.com>2016-01-13 05:59:16 -0500
committerHerman Ge <gehg@cn.ibm.com>2016-01-13 06:04:28 -0500
commit1e5b0f8fbf74384c6f16bbd78f8067034fbbcee9 (patch)
tree3ff4e0933bc1606501d3f0a3ded44bacd223ca00 /heatclient/shell.py
parent39fb1243af1a3cdaf455f7ce17cba26e1e58b8c5 (diff)
downloadpython-heatclient-1e5b0f8fbf74384c6f16bbd78f8067034fbbcee9.tar.gz
Misspelling in message
Misspelling in following message: "# refactor this code once this functionality is avaible in" Should be: "# refactor this code once this functionality is available in" Totally 1 occurrence in python-heatclient base code. Change-Id: Icc6148125e63bbd16811dad77718267dc8092605
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index 5eeb95a..f5ab78c 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -47,7 +47,7 @@ class HeatShell(object):
# FIXME(gyee): these are global identity (Keystone) arguments which
# should be consistent and shared by all service clients. Therefore,
# they should be provided by python-keystoneclient. We will need to
- # refactor this code once this functionality is avaible in
+ # refactor this code once this functionality is available in
# python-keystoneclient.
parser.add_argument(
'-k', '--insecure', default=False, action='store_true',