diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 09:39:20 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 09:39:20 -0200 |
commit | 3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf (patch) | |
tree | a07f436aa6a9b755bf974cce539798b99a3e83e4 /lbaselib.c | |
parent | b0f2b288a6b860374b9578d4c51329fc9cd43022 (diff) | |
download | lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.tar.gz lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.tar.bz2 lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.zip |
comment typos
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 | } |