From 759f22227dfbbe2d9021c8e4766c0bb366fc4308 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 21:59:27 +0900 Subject: [PATCH] Fix l3build completion - fix typo --- src/_l3build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_l3build b/src/_l3build index eb311e7..6dd0b28 100644 --- a/src/_l3build +++ b/src/_l3build @@ -40,7 +40,7 @@ _l3build() { '(-c --config)'\*{-c,--config}'[Set the config(s) used for running tests]:lua_file:_files -g "*.(lua|tlg)"' \ '(-d --date)'{-d,--date}'[Set the date to insert into sources]:date' \ '--debug[Run target in debug mode]' \ - '--dev[Use the development LaTex format]' \ + '--dev[Use the development LaTeX format]' \ '--dirty[Skip cleaning up the test area]' \ '--dry-run[Dry run for install or upload]' \ '--email[Email address of CTAN uploader]:email' \