Correct "it's" to "its" where necessary

it's = it is
its = belonging to it
This commit is contained in:
dmiller 2014-06-19 04:58:46 +00:00
parent d90d991571
commit ec9074f718
24 changed files with 35 additions and 35 deletions

View file

@ -187,7 +187,7 @@ class HIGSpinnerImages:
if name not in self.static_pixbufs:
raise StaticPixbufNotFound
# self.rest_pixbuf holds the *real* pixbuf, not it's name
# self.rest_pixbuf holds the *real* pixbuf, not its name
self.rest_pixbuf = self.static_pixbufs[name]
def set_size(self, width, height):