summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaotfload-extralibs.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/luaotfload-extralibs.lua b/luaotfload-extralibs.lua
index 21f738c..63d3b7c 100644
--- a/luaotfload-extralibs.lua
+++ b/luaotfload-extralibs.lua
@@ -434,7 +434,8 @@ local initializecompatfontkerning = function (tfmdata, percentage)
local factor = tonumber (percentage)
if not factor then
logs.names_report ("both", 0, "letterspace",
- "Invalid argument to letterspace: %s (type %q), was expecting percentage as Lua number instead.",
+ "Invalid argument to letterspace: %s (type %q), " ..
+ "was expecting percentage as Lua number instead.",
percentage, type (percentage))
return
end