diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/ltexlib.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/ltexlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/ltexlib.c b/Build/source/texk/web2c/luatexdir/lua/ltexlib.c index 2f4aa10230b..63abd0a4824 100644 --- a/Build/source/texk/web2c/luatexdir/lua/ltexlib.c +++ b/Build/source/texk/web2c/luatexdir/lua/ltexlib.c @@ -794,7 +794,7 @@ static int gettex(lua_State * L); } \ break; \ default: \ - luaL_error(L, "argument of 'set%s' must be a string or a number", what); \ + luaL_error(L, "argument of 'get%s' must be a string or a number", what); \ } \ } |