summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',