[freemarker] branch 2.3-gae updated: typo

2019-08-04 Thread woonsan
This is an automated email from the ASF dual-hosted git repository.

woonsan pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
 new c4e21c0  typo
c4e21c0 is described below

commit c4e21c08d2de340c849c597092d7537cf2399f85
Author: Woonsan Ko 
AuthorDate: Sun Aug 4 17:49:58 2019 -0400

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

diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index fda828d..3657dbe 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -17061,7 +17061,7 @@ N
 drop while
   
 
-  Returns a new sequence that contains the elements fro the
+  Returns a new sequence that contains the elements from the
   input sequence starting with from the first element that does
   not match the parameter predicate (condition).
   After that, all elements are included, regardless if they match the



[freemarker] branch 2.3-gae updated: (Typo fix)

2019-01-18 Thread ddekany
This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
 new 5b717ed  (Typo fix)
5b717ed is described below

commit 5b717ed5e8a9745032ae2bfe79f300f29cd03b2c
Author: ddekany 
AuthorDate: Fri Jan 18 09:53:27 2019 +0100

(Typo fix)
---
 src/manual/en_US/book.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index acce261..2a53401 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -14652,7 +14652,7 @@ foobar
   
 
   
-truncate_wbuilt-in
+truncate_w built-in
   
 
   
@@ -14752,7 +14752,7 @@ This isonev[...]
 
   
 Specifying if the truncation should happen at word
-boundary or not: 
+boundary or not:
 
 
   



[freemarker] branch 2.3-gae updated: (Typo fix in error message and test name)

2020-10-25 Thread ddekany
This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
 new 5718cf3  (Typo fix in error message and test name)
5718cf3 is described below

commit 5718cf3facb0650da9c07036f31dce9e4ce4eef1
Author: ddekany 
AuthorDate: Sun Oct 25 22:39:17 2020 +0100

(Typo fix in error message and test name)
---
 src/main/java/freemarker/core/DynamicKeyName.java  | 2 +-
 src/test/java/freemarker/ext/beans/ParameterListPreferabilityTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/freemarker/core/DynamicKeyName.java 
b/src/main/java/freemarker/core/DynamicKeyName.java
index b651f38..ec46af2 100644
--- a/src/main/java/freemarker/core/DynamicKeyName.java
+++ b/src/main/java/freemarker/core/DynamicKeyName.java
@@ -150,7 +150,7 @@ final class DynamicKeyName extends Expression {
 "sequence or " + 
NonStringException.STRING_COERCABLE_TYPES_DESC,
 NUMERICAL_KEY_LHO_EXPECTED_TYPES,
 (targetModel instanceof TemplateHashModel
-? "You had a numberical value inside the []. 
Currently that's only supported for "
+? "You had a numerical value inside the []. 
Currently that's only supported for "
 + "sequences (lists) and strings. To get a 
Map item with a non-string key, "
 + "use myMap?api.get(myKey)."
 : null),
diff --git 
a/src/test/java/freemarker/ext/beans/ParameterListPreferabilityTest.java 
b/src/test/java/freemarker/ext/beans/ParameterListPreferabilityTest.java
index 66038c7..e2c3976 100644
--- a/src/test/java/freemarker/ext/beans/ParameterListPreferabilityTest.java
+++ b/src/test/java/freemarker/ext/beans/ParameterListPreferabilityTest.java
@@ -37,7 +37,7 @@ public class ParameterListPreferabilityTest extends TestCase {
 super(name);
 }
 
-public void testNumberical() {
+public void testNumerical() {
 // Note: the signature lists consists of the same elements, only their 
order changes depending on the type
 // of the argument value.