Commit 7da6bbc34af3d29b9ea50b00738c253ec53174c1

Werner Lemberg 2012-09-25T06:37:15

Typos.

diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index 1c5bb45..869a3d8 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 26f7490..78ac920 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                         &&