From afcf3a5611fa17d981b65462e672f1b87cfc288b Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 2 May 2014 16:17:43 +0200 Subject: fixed typos found by RETF rules rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I70245e5ddf342762eb76d8e2e74b6363767726ef --- glanceclient/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glanceclient/common/utils.py') 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 -- cgit v1.2.1