mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Correct "it's" to "its" where necessary
it's = it is its = belonging to it
This commit is contained in:
parent
d90d991571
commit
ec9074f718
24 changed files with 35 additions and 35 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue