1
0
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:
dmiller
2014-02-20 21:22:30 +00:00
parent 1575c63d7d
commit a72faf3906
21 changed files with 75 additions and 75 deletions

View File

@@ -907,7 +907,7 @@ class NmapParserSAX(ParserBasics, ContentHandler):
def _parsing(self, attrs, unique_names, other_names):
# Returns a dict with the attributes of a given tag with the
# atributes names as keys and their respective values
# attributes names as keys and their respective values
dic = {}
for at in unique_names:
dic[at] = unique(attrs.get(at, ""))
@@ -1262,7 +1262,7 @@ class NmapParserSAX(ParserBasics, ContentHandler):
writer.endElement("uptime")
#####################
# Sequences elementes
# Sequences elements
## TCP Sequence element
# Cannot use dict() here, because of the 'class' attribute.
writer.startElement("tcpsequence",