From a1ac820207fd5c7c41a8c590a559265c9175c44f Mon Sep 17 00:00:00 2001 From: Jake Miller Date: Mon, 1 Jan 2018 19:46:32 -0600 Subject: [PATCH] Update nmap_xml_parser.py --- nmap_xml_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nmap_xml_parser.py b/nmap_xml_parser.py index dfbe32a..ac0bb23 100644 --- a/nmap_xml_parser.py +++ b/nmap_xml_parser.py @@ -8,7 +8,7 @@ from time import sleep if not version.startswith('3'): - print('\nThis script is inteded to be run with Python3. If using another version and encounter an error, try using Python3\n') + print('\nThis script is intended to be run with Python3. If using another version and encounter an error, try using Python3\n') sleep(3) @@ -213,4 +213,4 @@ if __name__ == '__main__': exit() csv_name = args.csv - main() \ No newline at end of file + main()