mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Spellcheck on all Python files
This commit is contained in:
@@ -144,7 +144,7 @@ class BWChangeableComboBoxEntry(gtk.ComboBoxEntry):
|
||||
if self.get_active() != -1:
|
||||
self.__last_active = self.get_active()
|
||||
|
||||
def bw_get_lenght(self):
|
||||
def bw_get_length(self):
|
||||
"""
|
||||
"""
|
||||
return len(self.__liststore)
|
||||
|
||||
Reference in New Issue
Block a user