diff --git a/june/filters.py b/june/filters.py index 6cff72c..e4057fe 100644 --- a/june/filters.py +++ b/june/filters.py @@ -104,7 +104,7 @@ def link(self, link, title, content): width = 650 height = 366 if title: - # title can descibe height and width: 650 x 366 + # title can describe height and width: 650 x 366 pattern = r'(\d{3,4})[^\d]+(\d{3})' match = re.match(pattern, title) if match: