texlive[44072] Build/source/texk/web2c/luatexdir/font/luafont.w:

commits+kakuto at tug.org commits+kakuto at tug.org
Thu Apr 27 04:33:32 CEST 2017


Revision: 44072
          http://tug.org/svn/texlive?view=revision&revision=44072
Author:   kakuto
Date:     2017-04-27 04:33:31 +0200 (Thu, 27 Apr 2017)
Log Message:
-----------
luafont.w: typo in error message (from the luatex experimental repository)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/font/luafont.w

Modified: trunk/Build/source/texk/web2c/luatexdir/font/luafont.w
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/font/luafont.w	2017-04-27 00:06:34 UTC (rev 44071)
+++ trunk/Build/source/texk/web2c/luatexdir/font/luafont.w	2017-04-27 02:33:31 UTC (rev 44072)
@@ -858,7 +858,7 @@
             }
             lua_pop(L, 1);      /* command code */
         } else {
-            normal_error("vf command","commands has to be a tbale");
+            normal_error("vf command","commands has to be a table");
             /* fprintf(stdout, "Found a `commands' item that is not a table\n"); */
         }
         lua_pop(L, 1);          /* command table */



More information about the tex-live-commits mailing list