Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Nov 9, 2024
1 parent b582de0 commit c74110c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fontinst.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- $Id: fontinst.lua 10595 2024-11-09 05:16:38Z cfrees $
-- $Id: fontinst.lua 10596 2024-11-09 05:24:15Z cfrees $
-------------------------------------------------
-------------------------------------------------
-- copy non-public things from l3build
Expand Down Expand Up @@ -665,7 +665,7 @@ function checkinit_hook ()
if #checksuppfiles_sys == 0 then
print("Assuming some basic files should be available during testing.\n")
if fileexists(adds) then
print("Adding files from " ... adds .. " to file list.\n")
print("Adding files from " .. adds .. " to file list.\n")
for line in io.lines(adds) do
table.insert(checksuppfiles_sys,line)
end
Expand Down

0 comments on commit c74110c

Please sign in to comment.