summaryrefslogtreecommitdiff
path: root/src/pfr/pfrobjs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pfr/pfrobjs.c')
-rw-r--r--src/pfr/pfrobjs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pfr/pfrobjs.c b/src/pfr/pfrobjs.c
index 4c816ddf4..3db8f0a06 100644
--- a/src/pfr/pfrobjs.c
+++ b/src/pfr/pfrobjs.c
@@ -490,7 +490,7 @@
glyph1--;
glyph2--;
- /* check the array bounds, .notdef is automacally out */
+ /* check the array bounds, .notdef is automatically out */
if ( glyph1 >= phy_font->num_chars ||
glyph2 >= phy_font->num_chars )
goto Exit;