Skip to content

Commit c7539e1

Browse files
committed
[commands] fix typo
1 parent 2b9cfe8 commit c7539e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fontline/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def get_font_report(fontpath):
103103
)
104104
)
105105
report.append(
106-
"[hhea] Descent : [OS/2] TypoDescender: {}".format(
106+
"[hhea] Descent to [OS/2] TypoDescender: {}".format(
107107
os2_typo_descender - hhea_descent
108108
)
109109
)

0 commit comments

Comments
 (0)