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.