You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/04/05 09:17:07 UTC

incubator-freemarker git commit: (Error message typo)

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 15d5fd5fc -> 35f9d6cf5


(Error message typo)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/35f9d6cf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/35f9d6cf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/35f9d6cf

Branch: refs/heads/2.3-gae
Commit: 35f9d6cf5b0696aaa5e6a2f1fab1964f6d4153b9
Parents: 15d5fd5
Author: ddekany <dd...@apache.org>
Authored: Wed Apr 5 11:16:53 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Wed Apr 5 11:16:53 2017 +0200

----------------------------------------------------------------------
 src/main/java/freemarker/core/BuiltInsForMultipleTypes.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/35f9d6cf/src/main/java/freemarker/core/BuiltInsForMultipleTypes.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/core/BuiltInsForMultipleTypes.java b/src/main/java/freemarker/core/BuiltInsForMultipleTypes.java
index d434504..98c3a4d 100644
--- a/src/main/java/freemarker/core/BuiltInsForMultipleTypes.java
+++ b/src/main/java/freemarker/core/BuiltInsForMultipleTypes.java
@@ -254,7 +254,7 @@ class BuiltInsForMultipleTypes {
                 throw new _MiscTemplateException(this,
                         "Can't use ?api, because the \"", Configurable.API_BUILTIN_ENABLED_KEY,
                         "\" configuration setting is false. Think twice before you set it to true though. Especially, "
-                        + "it shouldn't abussed for modifying Map-s and Collection-s.");
+                        + "it shouldn't abused for modifying Map-s and Collection-s.");
             }
             final TemplateModel tm = target.eval(env);
             if (!(tm instanceof TemplateModelWithAPISupport)) {