summaryrefslogtreecommitdiff
path: root/tex/context/base/font-enc.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-03-25 19:31:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-03-25 19:31:00 +0100
commitc33505ae21fb29496297ad43526ba28b648e1e98 (patch)
tree7e0f1287e5e9e0490657222300aba39c820f5fcf /tex/context/base/font-enc.lua
parent4ed30744220cf0763f968c837b0ff7dd367f19b2 (diff)
downloadcontext-c33505ae21fb29496297ad43526ba28b648e1e98.tar.gz
beta 2011.03.25 19:31
Diffstat (limited to 'tex/context/base/font-enc.lua')
-rw-r--r--tex/context/base/font-enc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-enc.lua b/tex/context/base/font-enc.lua
index 7e62b1eec..a06866225 100644
--- a/tex/context/base/font-enc.lua
+++ b/tex/context/base/font-enc.lua
@@ -138,7 +138,7 @@ if not encodings.agl then
setmetatable(encodings.agl, { __index = function(t,k)
report_encoding("loading (extended) adobe glyph list")
- dofile(resolvers.findfile("font-age.lua"))
+ dofile(resolvers.findfile("font-agl.lua"))
return rawget(encodings.agl,k)
end })