diff --git a/pixelocr/page.py b/pixelocr/page.py index 88317be..0ac82f8 100644 --- a/pixelocr/page.py +++ b/pixelocr/page.py @@ -224,7 +224,7 @@ class Line(PageObject): if glyph.is_body(): yield glyph.add_diacritics(*diacritics[glyph]) else: - if glyph not in bodies: # freestanding diacritic-like glyphacter without a body + if glyph not in bodies: # freestanding diacritic-like glyph without a body yield glyph def _insert_spaces(self, glyphs, min_distance=15):