1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 21:09:00 +00:00

Fixed typo (functino -> function).

This commit is contained in:
henri
2012-01-30 10:05:18 +00:00
parent 04d120245e
commit 49a61f0fa6

View File

@@ -310,7 +310,7 @@ end
-- initialization packets. Note that each packet depends on the previous one, so if you want
-- to go all the way up to create_file, you have to set all parameters.
--
-- If anything fails, we back out of the connection and return an error, so the calling functino
-- If anything fails, we back out of the connection and return an error, so the calling function
-- doesn't have to call smb.stop().
--
--@param host The host object.