1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Correct "it's" to "its" where necessary

it's = it is
its = belonging to it
This commit is contained in:
dmiller
2014-06-19 04:58:46 +00:00
parent d90d991571
commit ec9074f718
24 changed files with 35 additions and 35 deletions

View File

@@ -207,7 +207,7 @@ used more than once to get even more verbosity"))
# Store the next argument in a specific list
nmap_args.append(parser.rargs[0])
# Remove the added argument from rargs to avoid it's latter
# Remove the added argument from rargs to avoid its later
# parsing by optparse
del parser.rargs[0]