1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a typo in a comment.

This commit is contained in:
david
2009-05-25 01:49:27 +00:00
parent 8d8554bc7d
commit 5cb872a499

View File

@@ -1,6 +1,6 @@
@echo off
rem This batch file searches for a Python interpreted and uses it to run a
rem This batch file searches for a Python interpreter and uses it to run a
rem script. It displays an error message if not Python is found. The script
rem to run must have the same filename as the batch file, with an extension of
rem .py rather than .bat.