[latex3-commits] [latex3/l3build] main: Fix a typo (2af846f)

github at latex-project.org github at latex-project.org
Thu Nov 23 09:50:01 CET 2023


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/2af846fd51f809bd27e5fd3471ee3ca1b01bda74

>---------------------------------------------------------------

commit 2af846fd51f809bd27e5fd3471ee3ca1b01bda74
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Nov 23 08:50:01 2023 +0000

    Fix a typo


>---------------------------------------------------------------

2af846fd51f809bd27e5fd3471ee3ca1b01bda74
 l3build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index 146ded5..91b866f 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -192,7 +192,7 @@ if #checkconfigs > 1 then
         print"To regenerate the test files, run\n"
         print(savecmds)
         if recheckcmds ~= "" then
-          print"To detect engine specific differences, run after that\n"
+          print"To detect engine-specific differences, run after that\n"
           print(recheckcmds)
         end
       end





More information about the latex3-commits mailing list.