diff options
author | Georg Brandl <georg@python.org> | 2010-08-18 14:13:24 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-18 14:13:24 +0200 |
commit | 0e2aa27515bfe44b10f54212f264a05fb046fd77 (patch) | |
tree | e3e4bbcd8d33e045bfd2271f75d0d103b003d171 /pygments/lexers/templates.py | |
parent | 24b2358ed9b14275a3d44544af747339419f7d0a (diff) | |
download | pygments-0e2aa27515bfe44b10f54212f264a05fb046fd77.tar.gz |
Fix typo.
Diffstat (limited to 'pygments/lexers/templates.py')
-rw-r--r-- | pygments/lexers/templates.py | 2 |
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'] |