diff --git a/src/reportlab/lib/codecharts.py b/src/reportlab/lib/codecharts.py index c429f393..c13bf745 100644 --- a/src/reportlab/lib/codecharts.py +++ b/src/reportlab/lib/codecharts.py @@ -198,7 +198,7 @@ def __init__(self, row, faceName, encodingName): font = cidfonts.CIDFont(self.faceName, self.encodingName) pdfmetrics.registerFont(font) except: - # fall back to English and at least shwo we can draw the boxes + # fall back to English and at least show we can draw the boxes self.faceName = 'Helvetica' self.encodingName = 'WinAnsiEncoding' self.fontName = self.faceName + '-' + self.encodingName @@ -252,7 +252,7 @@ def __init__(self, row, faceName, encodingName): font = cidfonts.CIDFont(self.faceName, self.encodingName) pdfmetrics.registerFont(font) except: - # fall back to English and at least shwo we can draw the boxes + # fall back to English and at least show we can draw the boxes self.faceName = 'Helvetica' self.encodingName = 'WinAnsiEncoding' self.fontName = self.faceName + '-' + self.encodingName