mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
Fixed some poor grammar in a comment.
This commit is contained in:
parent
909b47f492
commit
e74d43097d
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ size_t table_length (lua_State *L, int index)
|
|||
|
||||
/* int escape_char (lua_State *L)
|
||||
*
|
||||
* This function is called via Lua through string.gsub. It's purpose is to
|
||||
* This function is called via Lua through string.gsub. Its purpose is to
|
||||
* escape characters. So the first sole character is changed to "\xFF" (hex).
|
||||
*/
|
||||
static int escape_char (lua_State *L)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue