From 1e5b0f8fbf74384c6f16bbd78f8067034fbbcee9 Mon Sep 17 00:00:00 2001 From: Herman Ge Date: Wed, 13 Jan 2016 05:59:16 -0500 Subject: [PATCH] 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 --- heatclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatclient/shell.py b/heatclient/shell.py index 5eeb95a5..f5ab78c3 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',