[latex3-commits] [git/LaTeX3-latex3-l3build] spaces: Typo (59b623a)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Apr 19 19:33:01 CEST 2022


Repository : https://github.com/latex3/l3build
On branch  : spaces
Link       : https://github.com/latex3/l3build/commit/59b623a95ce70c401b650c71a824c9b0b3503cc4

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

commit 59b623a95ce70c401b650c71a824c9b0b3503cc4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Apr 19 18:33:01 2022 +0100

    Typo


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

59b623a95ce70c401b650c71a824c9b0b3503cc4
 l3build-file-functions.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-file-functions.lua b/l3build-file-functions.lua
index 822ec43..2b2cf24 100644
--- a/l3build-file-functions.lua
+++ b/l3build-file-functions.lua
@@ -376,7 +376,7 @@ function remove_duplicates(a)
 end
 
 function mkdir(dir)
-  dir = normlaize_and_escape(dir)
+  dir = normalize_and_escape(dir)
   if os_type == "windows" then
     -- Windows (with the extensions) will automatically make directory trees
     -- but issues a warning if the dir already exists: avoid by including a test





More information about the latex3-commits mailing list.