summaryrefslogtreecommitdiff
path: root/tex/context/base/trac-inf.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-01-05 19:27:20 +0100
committerHans Hagen <pragma@wxs.nl>2012-01-05 19:27:20 +0100
commit097e1f68bc15db06fd3a6e2c46d304620655d8cb (patch)
tree1e49494343010007bd94e3677be8990f6c40a32f /tex/context/base/trac-inf.lua
parent9a299c9ae21ca06170dda2ed6f079bd703216c5a (diff)
downloadcontext-097e1f68bc15db06fd3a6e2c46d304620655d8cb.tar.gz
beta 2011.11.08 15:20
Diffstat (limited to 'tex/context/base/trac-inf.lua')
-rw-r--r--tex/context/base/trac-inf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/trac-inf.lua b/tex/context/base/trac-inf.lua
index a5a87c78d..cbc9d13f8 100644
--- a/tex/context/base/trac-inf.lua
+++ b/tex/context/base/trac-inf.lua
@@ -116,7 +116,7 @@ function statistics.show(reporter)
return lower(status.banner)
end)
register("control sequences", function()
- return format("%s of %s", status.cs_count, status.hash_size+status.hash_extra)
+ return format("%s of %s + %s", status.cs_count, status.hash_size,status.hash_extra)
end)
register("callbacks", function()
local total, indirect = status.callbacks or 0, status.indirect_callbacks or 0