summaryrefslogtreecommitdiff
path: root/tex/context/base/core-ctx.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-04-04 00:00:13 +0300
committerMarius <mariausol@gmail.com>2011-04-04 00:00:13 +0300
commit7c7fe9c9e18355f42d0dba1b248235252728060b (patch)
tree85727a23da1bc3723b55446a4c6e0f7e42f9614e /tex/context/base/core-ctx.lua
parent2d5753754d6f3b4641fc33e1691aa7195012d412 (diff)
downloadcontext-7c7fe9c9e18355f42d0dba1b248235252728060b.tar.gz
beta 2011.04.03 22:32
Diffstat (limited to 'tex/context/base/core-ctx.lua')
-rw-r--r--tex/context/base/core-ctx.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/core-ctx.lua b/tex/context/base/core-ctx.lua
index 1ee8e9698..e6fb7bb5f 100644
--- a/tex/context/base/core-ctx.lua
+++ b/tex/context/base/core-ctx.lua
@@ -23,9 +23,9 @@ function commands.loadctxpreplist()
islocal = xml.found(x,"ctx:preplist[@local=='yes']")
--~ if trace_prepfiles then
if islocal then
- report_prepfiles("loading ctx log file (local)") -- todo: m!systems
+ report_prepfiles("loading ctx log file (local)") -- todo: m!system
else
- report_prepfiles("loading ctx log file (specified)") -- todo: m!systems
+ report_prepfiles("loading ctx log file (specified)") -- todo: m!system
end
--~ end
for e in xml.collected(x,"ctx:prepfile") do