diff options
Diffstat (limited to 'lbaselib.c')
-rw-r--r-- | lbaselib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbaselib.c,v 1.226 2009/11/24 12:05:44 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.227 2009/11/25 15:27:51 roberto Exp roberto $ |
3 | ** Basic library | 3 | ** Basic library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -655,7 +655,7 @@ static int luaB_costatus (lua_State *L) { | |||
655 | lua_pushliteral(L, "suspended"); /* initial state */ | 655 | lua_pushliteral(L, "suspended"); /* initial state */ |
656 | break; | 656 | break; |
657 | } | 657 | } |
658 | default: /* some error occured */ | 658 | default: /* some error occurred */ |
659 | lua_pushliteral(L, "dead"); | 659 | lua_pushliteral(L, "dead"); |
660 | break; | 660 | break; |
661 | } | 661 | } |