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 &&