mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Spellcheck on all Python files
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user