Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 61AE6200AEF for ; Sat, 28 May 2016 22:10:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 60510160A1A; Sat, 28 May 2016 20:10:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A9D97160939 for ; Sat, 28 May 2016 22:10:42 +0200 (CEST) Received: (qmail 18295 invoked by uid 500); 28 May 2016 20:10:41 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 18285 invoked by uid 99); 28 May 2016 20:10:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2016 20:10:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 87B8B1A02E2 for ; Sat, 28 May 2016 20:10:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CbyOdf_RW39l for ; Sat, 28 May 2016 20:10:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 871815F245 for ; Sat, 28 May 2016 20:10:40 +0000 (UTC) Received: (qmail 18282 invoked by uid 99); 28 May 2016 20:10:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2016 20:10:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9E69FE0158; Sat, 28 May 2016 20:10:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Message-Id: <6a5212511afc43bcb2d9ad8de3c9e971@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-freemarker git commit: Manual typo: interableSupport -> iterableSupport Date: Sat, 28 May 2016 20:10:39 +0000 (UTC) archived-at: Sat, 28 May 2016 20:10:43 -0000 Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae f084603d7 -> d616f2936 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-gae Commit: d616f29368c8c429945d408bd1b28a853e4d403f Parents: f084603 Author: ddekany Authored: Sat May 28 22:10:27 2016 +0200 Committer: ddekany 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 Added new setting to DefaultObjectWrapper (and to DefaultObjectWrapperBuilder): - interableSupport. This is to fix the issue + iterableSupport. This is to fix the issue when you couldn't use #list (or ?has_next, etc.) on a value that only implements Java 5 java.lang.Iterable (not to