File tree Expand file tree Collapse file tree
freemarker-core/src/main/javacc/freemarker/core Expand file tree Collapse file tree Original file line number Diff line number Diff 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())
You can’t perform that action at this time.
0 commit comments