1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00

Spellcheck: common misspellings in the entire source tree

This commit is contained in:
dmiller
2014-02-21 21:10:51 +00:00
parent 3f5e909e8f
commit ddcfa8cc90
38 changed files with 52 additions and 52 deletions

View File

@@ -3920,7 +3920,7 @@ def write_results_file():
output_file.write(line)
output_file.write("\r\n")
# Write OS details request if we dont have OS info
# Write OS details request if we don't have OS info
if target_os_details_g==None:
req=get_results_file_osrequest()
for line in req :