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 f64f7c9  (Manual: Typo)
f64f7c9 is described below

commit f64f7c972b3afcb61d375d06a39800e07ef63527
Author: ddekany <[email protected]>
AuthorDate: Sat Nov 28 15:16:54 2020 +0100

    (Manual: 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 e87f742..2818aab 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -29485,7 +29485,7 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
               <replaceable>x</replaceable> in
               
<replaceable>someNamespace</replaceable>&gt;<replaceable>...</replaceable>&lt;/#assign&gt;</literal>)
               refers to a missing variable, or has the wrong type, FreeMarker
-              has thrown <literal>NullPounterException</literal> or
+              has thrown <literal>NullPointerException</literal> or
               <literal>ClassCastException</literal>, instead of
               <literal>InvalidReferenceException</literal> and
               <literal>NonNamespaceException</literal> with proper helpful

Reply via email to