diff --git a/ocrd_segment/extract_lines.py b/ocrd_segment/extract_lines.py index 9a3fa3e..5b70080 100644 --- a/ocrd_segment/extract_lines.py +++ b/ocrd_segment/extract_lines.py @@ -121,7 +121,7 @@ def process(self): lpolygon_abs = polygon_from_points(line.get_Coords().points) ltext = line.get_TextEquiv() if not ltext: - LOG.warning("Line '%s' contains no text conent", line.id) + LOG.warning("Line '%s' contains no text content", line.id) ltext = '' else: ltext = ltext[0].Unicode