From 0f8271ce8d3e641400befba098d7761acdfa5333 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 22 Jan 2021 12:19:36 +0100 Subject: widgets/thread: fox tyop --- alot/widgets/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/widgets') diff --git a/alot/widgets/thread.py b/alot/widgets/thread.py index 8692eeda..a411e31e 100644 --- a/alot/widgets/thread.py +++ b/alot/widgets/thread.py @@ -436,7 +436,7 @@ class _TextPart(_MIMEPartWidget): try: lexer = pygments.lexers.get_lexer_for_mimetype(part.content_type) except pygments.util.ClassNotFound: - logging.debug('No pygments lexer for MIME tpye: %s', part.content_type) + logging.debug('No pygments lexer for MIME type: %s', part.content_type) # handle git-send-email patches, which are sent as text/plain if ('x-mailer' in part.headers and -- cgit v1.2.3