summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-22 12:19:36 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-22 12:19:50 +0100
commit0f8271ce8d3e641400befba098d7761acdfa5333 (patch)
tree44a8db63aa628289de12c1ee2e1c6c2922cdb361 /alot/widgets
parent45f39d481eb0e593a884c3d6641e8606e97ea7ac (diff)
widgets/thread: fox tyop
Diffstat (limited to 'alot/widgets')
-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