From c2465987894a538ca4ed0013623ae7c75c0eb9d2 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Jul 2019 01:07:10 +0530 Subject: [PATCH] Correcting typo in shell.py - enviroment to environment. There is a typographical error in glanceclient/v2/shell.py. Correcting spelling from enviroment to environment. Change-Id: Ia19a4417cd05d228adc26f9d7c82f4aa3c24488c --- glanceclient/v2/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glanceclient/v2/shell.py b/glanceclient/v2/shell.py index dec8314..61e5ec3 100644 --- a/glanceclient/v2/shell.py +++ b/glanceclient/v2/shell.py @@ -511,7 +511,7 @@ def do_stores_info(gc, args): 'available on the client, the download will fail. Use this ' 'flag to indicate that in such a case the legacy MD5 image ' 'checksum should be used to validate the downloaded data. ' - 'You can also set the enviroment variable ' + 'You can also set the environment variable ' 'OS_IMAGE_ALLOW_MD5_FALLBACK to any value to activate this ' 'option.')) @utils.arg('--file', metavar='',