summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex.c
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2023-02-06 07:54:36 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2023-02-06 07:54:36 +0000
commit84f711075130623c04abe7acf23f980cd636e4ab (patch)
tree895b845ffd8018d7f631015f2f4de7bb3cfbf027 /Build/source/texk/web2c/luatexdir/luatex.c
parent28bde9e9bdf1db7ec6ce0482ad2d7dbe35c58e86 (diff)
Fix typos (thanks to J. Friedrich).
git-svn-id: svn://tug.org/texlive/trunk@65743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c
index 14426db6a8b..c11b0ca6282 100644
--- a/Build/source/texk/web2c/luatexdir/luatex.c
+++ b/Build/source/texk/web2c/luatexdir/luatex.c
@@ -329,7 +329,7 @@ int shell_cmd_is_allowed(const char *cmd, char **safecmd, char **cmdname)
free(buf);
/*
- Is *cmdname listed in a texmf.cnf vriable as shell_escape_commands =
+ Is *cmdname listed in a texmf.cnf variable as shell_escape_commands =
foo,bar,... ?
*/
p = cmdlist;