1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00: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
+1 -1
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;