diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-04-19 20:37:21 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2016-04-19 20:37:21 +0200 |
commit | dcda3d094e3052786527350add241c6084d7d68b (patch) | |
tree | 5ba57e5c3129d85ee86f077c90f7154a060530a8 /src | |
parent | ee746416e295bcaee2bf5472220501f121228997 (diff) | |
download | luaotfload-dcda3d094e3052786527350add241c6084d7d68b.tar.gz |
[main] fix oversight in comment (thanks, Ăˆlie)
Diffstat (limited to 'src')
-rw-r--r-- | src/luaotfload-main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index 3f1f602..92c1ff1 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -13,7 +13,7 @@ local luaotfload = luaotfload luaotfload.log = luaotfload.log or { } luaotfload.version = "2.7" luaotfload.loaders = { } -luaotfload.min_luatex_version = 95 --- i. e. 0.80 +luaotfload.min_luatex_version = 95 --- i. e. 0.95 luaotfload.fontloader_package = "reference" --- default: from current Context local authors = "\z |