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 changed files with 1 additions and 1 deletions

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;