From 75250a237cb620ef44b344c07398b8a27bdcddc2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sat, 16 Mar 2013 18:10:18 -0300 Subject: typos in comments --- lapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lapi.c') diff --git a/lapi.c b/lapi.c index c4ad8461..c870049b 100644 --- a/lapi.c +++ b/lapi.c @@ -1,5 +1,5 @@ /* -** $Id: lapi.c,v 2.169 2012/12/05 19:09:23 roberto Exp roberto $ +** $Id: lapi.c,v 2.170 2012/12/05 19:49:55 roberto Exp roberto $ ** Lua API ** See Copyright Notice in lua.h */ @@ -1106,7 +1106,7 @@ LUA_API int lua_error (lua_State *L) { lua_lock(L); api_checknelems(L, 1); luaG_errormsg(L); - /* code unreacheable; will unlock when control actually leaves the kernel */ + /* code unreachable; will unlock when control actually leaves the kernel */ return 0; /* to avoid warnings */ } -- cgit v1.2.3-55-g6feb