1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 07:29:03 +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

@@ -41,7 +41,7 @@ local err =stdnse.print_debug
-- Library methods for handling the BSON format
--
-- For more documentation about the BSON format,
---and more details about it's implementations, check out the
---and more details about its implementations, check out the
-- python BSON implementation which is available at
-- http://github.com/mongodb/mongo-python-driver/blob/master/pymongo/bson.py
-- and licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0)