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 2016/06/12 16:53:54 UTC

[13/50] incubator-freemarker git commit: Manual typo: interableSupport -> iterableSupport

Manual typo: interableSupport -> iterableSupport


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

Branch: refs/heads/2.3
Commit: d616f29368c8c429945d408bd1b28a853e4d403f
Parents: f084603
Author: ddekany <dd...@apache.org>
Authored: Sat May 28 22:10:27 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sat May 28 22:10:27 2016 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/d616f293/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 81715bc..2e2c83e 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -26537,7 +26537,7 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
               <para>Added new setting to
               <literal>DefaultObjectWrapper</literal> (and to
               <literal>DefaultObjectWrapperBuilder</literal>):
-              <literal>interableSupport</literal>. This is to fix the issue
+              <literal>iterableSupport</literal>. This is to fix the issue
               when you couldn't use <literal>#list</literal> (or
               <literal>?has_next</literal>, etc.) on a value that only
               implements Java 5 <literal>java.lang.Iterable</literal> (not to