summaryrefslogtreecommitdiff
path: root/pygments/lexers/templates.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-18 14:13:24 +0200
committerGeorg Brandl <georg@python.org>2010-08-18 14:13:24 +0200
commit0e2aa27515bfe44b10f54212f264a05fb046fd77 (patch)
treee3e4bbcd8d33e045bfd2271f75d0d103b003d171 /pygments/lexers/templates.py
parent24b2358ed9b14275a3d44544af747339419f7d0a (diff)
downloadpygments-0e2aa27515bfe44b10f54212f264a05fb046fd77.tar.gz
Fix typo.
Diffstat (limited to 'pygments/lexers/templates.py')
-rw-r--r--pygments/lexers/templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/templates.py b/pygments/lexers/templates.py
index eb847455..440e373f 100644
--- a/pygments/lexers/templates.py
+++ b/pygments/lexers/templates.py
@@ -1376,7 +1376,7 @@ class ColdfusionHtmlLexer(DelegatingLexer):
"""
Coldfusion markup in html
"""
- name = 'Coldufsion HTML'
+ name = 'Coldfusion HTML'
aliases = ['cfm']
filenames = ['*.cfm', '*.cfml', '*.cfc']
mimetypes = ['application/x-coldfusion']