Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 0b6f0d235 -> f64aa1f0d


(JavaDoc 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/e96460cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/e96460cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/e96460cb

Branch: refs/heads/2.3-gae
Commit: e96460cb9e17d224f326398235cd6761842dceb5
Parents: 0b6f0d2
Author: ddekany <[email protected]>
Authored: Sun Nov 15 21:51:51 2015 +0100
Committer: ddekany <[email protected]>
Committed: Sun Nov 15 21:51:51 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e96460cb/src/main/java/freemarker/core/Environment.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/core/Environment.java 
b/src/main/java/freemarker/core/Environment.java
index 358c371..8b9a0cc 100644
--- a/src/main/java/freemarker/core/Environment.java
+++ b/src/main/java/freemarker/core/Environment.java
@@ -931,7 +931,7 @@ public final class Environment extends Configurable {
 
     /**
      * Returns the name of the charset that should be used for URL encoding. 
This will be <code>null</code> if the
-     * information is not available. The function caches the return value, so 
it's quick to call it repeately.
+     * information is not available. The function caches the return value, so 
it's quick to call it repeatedly.
      */
     String getEffectiveURLEscapingCharset() {
         if (!cachedURLEscapingCharsetSet) {

Reply via email to