summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-fmt.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-12-03 20:01:53 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-12-03 20:01:53 +0100
commit61848324b49c6fe34f9c5dd62a34d2fbfbbb16b8 (patch)
tree2bd5b88839e392589d77e586e62be2d647929e2c /tex/context/base/mkiv/luat-fmt.lua
parent9273441a6cb7b02b3336e0a862ee311dbd3653e9 (diff)
downloadcontext-61848324b49c6fe34f9c5dd62a34d2fbfbbb16b8.tar.gz
2020-12-03 18:59:00
Diffstat (limited to 'tex/context/base/mkiv/luat-fmt.lua')
-rw-r--r--tex/context/base/mkiv/luat-fmt.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/luat-fmt.lua b/tex/context/base/mkiv/luat-fmt.lua
index 30792931e..eb24378a4 100644
--- a/tex/context/base/mkiv/luat-fmt.lua
+++ b/tex/context/base/mkiv/luat-fmt.lua
@@ -11,7 +11,7 @@ if not modules then modules = { } end modules ['luat-fmt'] = {
-- For instance, in the real beginning we had runtime loading because we had no
-- bytecode registers yet. We also had multiple files as stubs and the context.lus
-- file specified these. More than a decade only the third method was used, just
--- loading luat-cod, so in the end we cpould get rid of the lus file. In due time
+-- loading luat-cod, so in the end we could get rid of the lus file. In due time
-- I'll strip the code here because something generic will never take of and we
-- moved on to luametatex anyway.