summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/math-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/math-ini.lua')
-rw-r--r--tex/context/base/mkiv/math-ini.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/math-ini.lua b/tex/context/base/mkiv/math-ini.lua
index 7a8419702..0af9a2121 100644
--- a/tex/context/base/mkiv/math-ini.lua
+++ b/tex/context/base/mkiv/math-ini.lua
@@ -319,7 +319,7 @@ function mathematics.define(family)
if mathclass then
local name = character.mathname
if name then
- report_math("fatal error, conlicting mathclass and mathspec for %C",unicode)
+ report_math("fatal error, conflicting mathclass and mathspec for %C",unicode)
os.exit()
else
local class = classes[mathclass] or mathclass -- no real checks needed