1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Comment typo.

This commit is contained in:
david
2012-12-11 03:03:18 +00:00
parent e4c94bf4ff
commit 70ac55c67b

View File

@@ -431,7 +431,7 @@ or type the nmap command you would like to execute."),
if entry.running: if entry.running:
self.cancel_scan(entry.command) self.cancel_scan(entry.command)
try: try:
# Remove it from the inentory if present. # Remove it from the inventory if present.
self.inventory.remove_scan(entry.parsed) self.inventory.remove_scan(entry.parsed)
except ValueError: except ValueError:
pass pass