From 7da6bbc34af3d29b9ea50b00738c253ec53174c1 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 25 Sep 2012 06:37:15 +0200 Subject: [PATCH] Typos. --- src/autofit/aflatin.c | 2 +- src/autofit/aflatin2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c index 1c5bb4545..869a3d850 100644 --- a/src/autofit/aflatin.c +++ b/src/autofit/aflatin.c @@ -625,7 +625,7 @@ limit = metrics->root.globals->increase_x_height; threshold = 40; - /* if the `increase_x_height' property is active, */ + /* if the `increase-x-height' property is active, */ /* we round up much more often */ if ( limit && ppem <= limit && diff --git a/src/autofit/aflatin2.c b/src/autofit/aflatin2.c index 26f74908c..78ac920b5 100644 --- a/src/autofit/aflatin2.c +++ b/src/autofit/aflatin2.c @@ -574,7 +574,7 @@ limit = metrics->root.globals->increase_x_height; threshold = 40; - /* if the `increase_x_height' property is active, */ + /* if the `increase-x-height' property is active, */ /* we round up much more often */ if ( limit && ppem <= limit &&