From 4559433301a2234dc08c5b8b1e6d90542eaba913 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Thu, 11 Oct 2012 11:52:02 -0700 Subject: -n fix typo --- compat52.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat52.h b/compat52.h index a6d36be..38f6bc0 100644 --- a/compat52.h +++ b/compat52.h @@ -110,7 +110,7 @@ static lua_Unsigned luaL_optunsigned(lua_State *L, int arg, lua_Unsigned def) { /* * Lua 5.1 userdata is a simple FILE *, while LuaJIT is a struct with the - * first membe a FILE *, similar to Lua 5.2. + * first member a FILE *, similar to Lua 5.2. */ typedef struct luaL_Stream { FILE *f; -- cgit v1.2.3-59-g8ed1b