Skip to content

Commit 783b5c4

Browse files
authored
Merge pull request #126 from mapeders/FREEMARKER-209-fix-estabilished-typo
[FREEMARKER-209] Fix "estabilished" typo in error message
2 parents 2f50940 + 7f19c62 commit 783b5c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • freemarker-core/src/main/javacc/freemarker/core

freemarker-core/src/main/javacc/freemarker/core/FTL.jj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ TOKEN_MGR_DECLS:
677677
}
678678

679679
if (!strictSyntaxMode) {
680-
// Legacy feature (or bug?): Tag syntax never gets estabilished in non-strict mode.
680+
// Legacy feature (or bug?): Tag syntax never gets established in non-strict mode.
681681
// We do establish the naming convention though.
682682
checkNamingConvention(tok, tokenNamingConvention);
683683
SwitchTo(newLexState);
@@ -748,7 +748,7 @@ TOKEN_MGR_DECLS:
748748
: "??? (internal error)"
749749
))
750750
+ (namingConventionEstabilisher != null
751-
? "estabilished by auto-detection at "
751+
? "established by auto-detection at "
752752
+ _MessageUtil.formatPosition(
753753
namingConventionEstabilisher.beginLine, namingConventionEstabilisher.beginColumn)
754754
+ " by token " + StringUtil.jQuote(namingConventionEstabilisher.image.trim())

0 commit comments

Comments
 (0)