diff options
author | root <sandyada@redhat.com> | 2019-07-30 01:07:10 +0530 |
---|---|---|
committer | root <sandyada@redhat.com> | 2019-07-30 01:11:09 +0530 |
commit | c2465987894a538ca4ed0013623ae7c75c0eb9d2 (patch) | |
tree | af3e87343bdea0d7962d6733733ec71d740eb44a | |
parent | 68cb66b5d0668cf2cb06f621309b3e4e5d7fd293 (diff) | |
download | python-glanceclient-c2465987894a538ca4ed0013623ae7c75c0eb9d2.tar.gz |
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
-rw-r--r-- | glanceclient/v2/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
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='<FILE>', |