From e74d43097d2325b2172a904649eec6d18b7d1cee Mon Sep 17 00:00:00 2001 From: batrick Date: Tue, 29 Jul 2008 05:12:34 +0000 Subject: [PATCH] Fixed some poor grammar in a comment. --- nse_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nse_main.cc b/nse_main.cc index dbf712a14..efb342fa2 100644 --- a/nse_main.cc +++ b/nse_main.cc @@ -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)