comment typos

This commit is contained in:
Roberto Ierusalimschy
2009-11-26 09:39:20 -02:00
parent b0f2b288a6
commit 3c4d970a7b
10 changed files with 22 additions and 22 deletions

View File

@@ -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;
}