From a7629c94db4bb9d7fe6b0fbcf17f33ede5bc6a5a Mon Sep 17 00:00:00 2001 From: david Date: Wed, 19 Nov 2008 17:46:27 +0000 Subject: [PATCH] Fix a typo in bin.luadoc. --- nselib/bin.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/bin.luadoc b/nselib/bin.luadoc index dc35f3e6c..26be22d28 100644 --- a/nselib/bin.luadoc +++ b/nselib/bin.luadoc @@ -3,7 +3,7 @@ -- A problem script authors often face is the necessity of encoding values -- into binary data. For example after analyzing a protocol the starting -- point to write a script could be a hex dump, which serves as a preamble --- to every sent packet. Although it is possible work with the +-- to every sent packet. Although it is possible to work with the -- functionality Lua provides, it's not very convenient. Therefore NSE includes -- Binlib, based on lpack (http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/) -- by Luiz Henrique de Figueiredo.