summaryrefslogtreecommitdiff
path: root/alot/widgets/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/thread.py')
-rw-r--r--alot/widgets/thread.py2
1 files changed, 1 insertions, 1 deletions
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