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/08/19 22:10:22 UTC

[3/3] incubator-freemarker git commit: (JavaDoc typos)

(JavaDoc typos)


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

Branch: refs/heads/2.3-gae
Commit: 94a3c9998d1e52abe3cd78ba1a22335e91b7b736
Parents: a923ee8
Author: ddekany <dd...@apache.org>
Authored: Sun Aug 20 00:10:05 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sun Aug 20 00:10:05 2017 +0200

----------------------------------------------------------------------
 src/main/java/freemarker/template/utility/Constants.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/94a3c999/src/main/java/freemarker/template/utility/Constants.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/template/utility/Constants.java b/src/main/java/freemarker/template/utility/Constants.java
index ef8333d..056c8a8 100644
--- a/src/main/java/freemarker/template/utility/Constants.java
+++ b/src/main/java/freemarker/template/utility/Constants.java
@@ -39,8 +39,8 @@ import freemarker.template.TemplateSequenceModel;
  * Frequently used constant {@link TemplateModel} values.
  * 
  * <p>These constants should be stored in the {@link TemplateModel}
- * sub-interfaces, but for bacward compatibility they are stored here instead.
- * Starting from FreeMarker 2.4 they should be copyed (not moved!) into the
+ * sub-interfaces, but for backward compatibility they are stored here instead.
+ * Starting from FreeMarker 2.4 they should be copied (not moved!) into the
  * {@link TemplateModel} sub-interfaces, and this class should be marked as
  * deprecated.</p>
  */