aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-07 12:04:04 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-07 12:04:04 +1000
commitc9df085a11868e08742fef98efbd4d305defdcea (patch)
treec228eff45439182acc07df098eb366bdbf77bf1e /lexers
parent9903fee6585421b7412db44d80202984096a5927 (diff)
downloadscintilla-mirror-c9df085a11868e08742fef98efbd4d305defdcea.tar.gz
Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.
Diffstat (limited to 'lexers')
-rw-r--r--lexers/LexAsn1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexAsn1.cxx b/lexers/LexAsn1.cxx
index 3545b3fa9..120b8954b 100644
--- a/lexers/LexAsn1.cxx
+++ b/lexers/LexAsn1.cxx
@@ -185,4 +185,4 @@ static const char * const asn1WordLists[] = {
0, };
-LexerModule lmAns1(SCLEX_ASN1, ColouriseAsn1Doc, "asn1", FoldAsn1Doc, asn1WordLists);
+LexerModule lmAsn1(SCLEX_ASN1, ColouriseAsn1Doc, "asn1", FoldAsn1Doc, asn1WordLists);