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()