summaryrefslogtreecommitdiff
path: root/source/luametatex/source/lua/lmttokenlib.c
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-05-29 14:53:42 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-05-29 14:53:42 +0200
commitf9dc65246f5d46583d00db93761929b6c6b5bf20 (patch)
treefc0072c7f9788452cc2b0dc2b729baec9570886c /source/luametatex/source/lua/lmttokenlib.c
parent1bcb61ec8c01b503740bfeb8cc9d5f62553b3f72 (diff)
downloadcontext-f9dc65246f5d46583d00db93761929b6c6b5bf20.tar.gz
2023-05-29 14:15:00
Diffstat (limited to 'source/luametatex/source/lua/lmttokenlib.c')
-rw-r--r--source/luametatex/source/lua/lmttokenlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/luametatex/source/lua/lmttokenlib.c b/source/luametatex/source/lua/lmttokenlib.c
index fd3b95b0f..fe82e7e40 100644
--- a/source/luametatex/source/lua/lmttokenlib.c
+++ b/source/luametatex/source/lua/lmttokenlib.c
@@ -51,7 +51,7 @@ typedef struct lua_token_package {
It must be noticed that the codebase is now rather different from \LUATEX. Of course we still
have most of the original commands but new ones have been added, experimental one have been
- dropped, some have been combined. One criterium for grouping commands is that such a group gets
+ dropped, some have been combined. One criterion for grouping commands is that such a group gets
a unique treatment in reading a follow up, serialization, expansion, the main loop, the
registers and variables it refers to, etc. There is some logic behind it!