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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user