1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19: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

@@ -322,7 +322,7 @@ function decodeField( data, pos )
end
--- Decodes the result set header packet into it's sub components
--- Decodes the result set header packet into its sub components
--
-- ref: http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol#Result_Set_Header_Packet
--