diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-04-27 02:33:31 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-04-27 02:33:31 +0000 |
commit | 6570ea845020ddd7e04a4aa4ac3894d3c6ac14a0 (patch) | |
tree | 393862f2fb21bb15283f1c47ca1fb57306f7896f | |
parent | 8d388c4d15689884c41b4f92b76037460d87d9e4 (diff) |
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
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/luafont.w | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |