diff options
Diffstat (limited to 'glanceclient/common/utils.py')
-rw-r--r-- | glanceclient/common/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/common/utils.py b/glanceclient/common/utils.py index 04350d5..42c869a 100644 --- a/glanceclient/common/utils.py +++ b/glanceclient/common/utils.py @@ -277,7 +277,7 @@ def get_file_size(file_obj): except IOError as e: if e.errno == errno.ESPIPE: # Illegal seek. This means the file object - # is a pipe (e.g the user is trying + # is a pipe (e.g. the user is trying # to pipe image data to the client, # echo testdata | bin/glance add blah...), or # that file object is empty, or that a file-like |