diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:26:21 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:26:21 +0100 |
commit | 2779ad3091fd498f14963336afd625cbfa23408f (patch) | |
tree | 5d302f7cec346a890dcce881f42bbc58db79b02b /luaotfload-parsers.lua | |
parent | ed5d9443bc2ab9f3a7cfff499c5a3adb34856aaa (diff) | |
download | luaotfload-2779ad3091fd498f14963336afd625cbfa23408f.tar.gz |
[*] adapt references to luaotfload.lua
Diffstat (limited to 'luaotfload-parsers.lua')
-rw-r--r-- | luaotfload-parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-parsers.lua b/luaotfload-parsers.lua index e6db21f..42a43aa 100644 --- a/luaotfload-parsers.lua +++ b/luaotfload-parsers.lua @@ -11,7 +11,7 @@ if not modules then modules = { } end modules ['luaotfload-parsers'] = { version = "2.5", - comment = "companion to luaotfload.lua", + comment = "companion to luaotfload-main.lua", author = "Philipp Gesang", copyright = "Luaotfload Development Team", license = "GNU GPL v2.0" |