diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-01-05 03:33:01 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-01-05 03:33:01 +0000 |
commit | c5b016881a5a1090d9dfbda327c075ce18238651 (patch) | |
tree | ca2095c4350d2a29b0cef03853bbf4ffc72e36e3 /Build | |
parent | d8a0498d7fb80856e8676f7a8ed7d010aebfdeee (diff) |
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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); \ } \ } |