diff options
Diffstat (limited to 'Build/source/texk/web2c')
-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 */ |