summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texnesting.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/tex/texnesting.c
parent1bcb61ec8c01b503740bfeb8cc9d5f62553b3f72 (diff)
downloadcontext-f9dc65246f5d46583d00db93761929b6c6b5bf20.tar.gz
2023-05-29 14:15:00
Diffstat (limited to 'source/luametatex/source/tex/texnesting.c')
-rw-r--r--source/luametatex/source/tex/texnesting.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/luametatex/source/tex/texnesting.c b/source/luametatex/source/tex/texnesting.c
index 87ca7715a..65e32a333 100644
--- a/source/luametatex/source/tex/texnesting.c
+++ b/source/luametatex/source/tex/texnesting.c
@@ -224,7 +224,7 @@ void tex_initialize_nesting(void)
cur_list.delimiter = null;
cur_list.prev_graf = 0;
cur_list.mode_line = 0;
- cur_list.prev_depth = ignore_depth; /*tex |ignore_depth_criterium_par| is not yet available! */
+ cur_list.prev_depth = ignore_depth; /*tex |ignore_depth_criterion_par| is not yet available! */
cur_list.space_factor = default_space_factor;
cur_list.incomplete_noad = null;
cur_list.direction_stack = null;
@@ -367,7 +367,7 @@ void tex_show_activities(void)
case vmode:
case internal_vmode:
{
- if (n.prev_depth <= ignore_depth_criterium_par) {
+ if (n.prev_depth <= ignore_depth_criterion_par) {
tex_print_format("%l[prevdepth ignored");
} else {
tex_print_format("%l[prevdepth %D", n.prev_depth, pt_unit);