From 3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Nov 2009 09:39:20 -0200 Subject: comment typos --- lbaselib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lbaselib.c') diff --git a/lbaselib.c b/lbaselib.c index 4b4fe6c5..70753614 100644 --- a/lbaselib.c +++ b/lbaselib.c @@ -1,5 +1,5 @@ /* -** $Id: lbaselib.c,v 1.226 2009/11/24 12:05:44 roberto Exp roberto $ +** $Id: lbaselib.c,v 1.227 2009/11/25 15:27:51 roberto Exp roberto $ ** Basic library ** See Copyright Notice in lua.h */ @@ -655,7 +655,7 @@ static int luaB_costatus (lua_State *L) { lua_pushliteral(L, "suspended"); /* initial state */ break; } - default: /* some error occured */ + default: /* some error occurred */ lua_pushliteral(L, "dead"); break; } -- cgit v1.2.3-55-g6feb