Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed May 26, 2022
1 parent 6df9268 commit afcb14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luaotfload-loaders.lua
Expand Up @@ -149,7 +149,7 @@ do

local fontdata = fonts.definers.loadfont(spec)
if not fontdata then
logreport('both', 2, 'loaders', 'Failed to load font ' .. specification.name)
logreport('both', 2, 'loaders', 'Failed to load font ' .. spec.name)
return
end

Expand Down

0 comments on commit afcb14b

Please sign in to comment.