浏览代码

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

Roberto Ierusalimschy 28 年之前
父节点
当前提交
4aade854bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iolib.c

+ 1 - 1
iolib.c

@@ -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;