From 70ac55c67bb856a4f150bbcce13d68c0283b21c5 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 11 Dec 2012 03:03:18 +0000 Subject: [PATCH] Comment typo. --- zenmap/zenmapGUI/ScanInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenmap/zenmapGUI/ScanInterface.py b/zenmap/zenmapGUI/ScanInterface.py index 3b24da1c4..f85c6b9e3 100644 --- a/zenmap/zenmapGUI/ScanInterface.py +++ b/zenmap/zenmapGUI/ScanInterface.py @@ -431,7 +431,7 @@ or type the nmap command you would like to execute."), if entry.running: self.cancel_scan(entry.command) try: - # Remove it from the inentory if present. + # Remove it from the inventory if present. self.inventory.remove_scan(entry.parsed) except ValueError: pass