1
0
mirror of https://github.com/lua/lua.git synced 2025-01-14 05:43:00 +08:00

correction of name (and "iternal" was wrong, any way).

This commit is contained in:
Roberto Ierusalimschy 1997-04-30 16:55:47 -03:00
parent 369dd65318
commit 4aade854bb

View File

@ -248,7 +248,7 @@ static void lua_printstack (FILE *f)
fprintf(f, "function %s", name);
break;
case 'f':
fprintf(f, "`%s' iternal method", name);
fprintf(f, "`%s' tag method", name);
break;
default: {
char *filename;