From 6570ea845020ddd7e04a4aa4ac3894d3c6ac14a0 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Thu, 27 Apr 2017 02:33:31 +0000 Subject: luafont.w: typo in error message (from the luatex experimental repository) git-svn-id: svn://tug.org/texlive/trunk@44072 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/font/luafont.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/source/texk/web2c/luatexdir/font/luafont.w b/Build/source/texk/web2c/luatexdir/font/luafont.w index 8013883c454..4e874d9becb 100644 --- a/Build/source/texk/web2c/luatexdir/font/luafont.w +++ b/Build/source/texk/web2c/luatexdir/font/luafont.w @@ -858,7 +858,7 @@ static void read_char_packets(lua_State * L, int *l_fonts, charinfo * co, intern } 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 */ -- cgit v1.2.3