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
This commit is contained in:
Herman Ge 2016-01-13 05:59:16 -05:00
parent 39fb1243af
commit 1e5b0f8fbf
1 changed files with 1 additions and 1 deletions

View File

@ -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',