diff options
author | Christian Berendt <berendt@b1-systems.de> | 2014-05-02 16:17:43 +0200 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2014-05-05 10:55:02 +0200 |
commit | afcf3a5611fa17d981b65462e672f1b87cfc288b (patch) | |
tree | a3c38a573a30523e0569de1d41490081d567344d /glanceclient/common/utils.py | |
parent | b68d13bf8329bf5dbcc13ad82480a055b5ea4cc0 (diff) | |
download | python-glanceclient-afcf3a5611fa17d981b65462e672f1b87cfc288b.tar.gz |
fixed typos found by RETF rules
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
Change-Id: I70245e5ddf342762eb76d8e2e74b6363767726ef
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 |