summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-chk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mult-chk.lua')
-rw-r--r--tex/context/base/mult-chk.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mult-chk.lua b/tex/context/base/mult-chk.lua
index e3908ad40..33995ddcc 100644
--- a/tex/context/base/mult-chk.lua
+++ b/tex/context/base/mult-chk.lua
@@ -23,7 +23,7 @@ interfaces.syntax = allocate {
}
function interfaces.invalidkey(category,key)
- report_interface("invalid key '%s' for '%s' in line %s",key,category,tex.inputlineno)
+ report_interface("invalid key %a for %a in line %s",key,category,tex.inputlineno)
end
function interfaces.setvalidkeys(category,list)