mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Spellcheck on all Python files
This commit is contained in:
parent
1575c63d7d
commit
a72faf3906
21 changed files with 75 additions and 75 deletions
|
|
@ -307,7 +307,7 @@ class TargetEntry(gtk.Entry):
|
|||
def update(self):
|
||||
self.set_text(u" ".join(self.ops.target_specs))
|
||||
|
||||
def changed_cb(self, eidget):
|
||||
def changed_cb(self, widget):
|
||||
self.ops.target_specs = self.get_targets()
|
||||
|
||||
def get_targets(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue