summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r--sphinx/highlighting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py
index a3e36486f..94f562159 100644
--- a/sphinx/highlighting.py
+++ b/sphinx/highlighting.py
@@ -145,7 +145,7 @@ class PygmentsBridge(object):
elif warn:
warn('Could not lex literal_block as "%s". '
'Highlighting skipped.' % lang,
- type='misc', subtype='higlighting_failure')
+ type='misc', subtype='highlighting_failure')
else:
raise exc
hlsource = highlight(source, lexers['none'], formatter)