From 49a61f0fa6a5a8438b5146a6604460391273d828 Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 30 Jan 2012 10:05:18 +0000 Subject: [PATCH] Fixed typo (functino -> function). --- nselib/smb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/smb.lua b/nselib/smb.lua index c33da962e..f7de880a2 100644 --- a/nselib/smb.lua +++ b/nselib/smb.lua @@ -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.