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 d0c00d6  Fix: Typos "clalc." in TemplateException
     new 3a311da  Merge pull request #76 from theHacker/patch-1
d0c00d6 is described below

commit d0c00d6f728aba50951f0a7e1421725f7d8dd71a
Author: Alexander Münch <[email protected]>
AuthorDate: Sun Sep 12 01:50:31 2021 +0200

    Fix: Typos "clalc." in TemplateException
---
 src/main/java/freemarker/template/TemplateException.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/freemarker/template/TemplateException.java 
b/src/main/java/freemarker/template/TemplateException.java
index f0781b1..5218749 100644
--- a/src/main/java/freemarker/template/TemplateException.java
+++ b/src/main/java/freemarker/template/TemplateException.java
@@ -53,8 +53,8 @@ public class TemplateException extends Exception {
     private transient TemplateElement[] ftlInstructionStackSnapshot;
     
     // Calculated on demand:
-    private String renderedFtlInstructionStackSnapshot;  // clalc. from 
ftlInstructionStackSnapshot 
-    private String renderedFtlInstructionStackSnapshotTop; // clalc. from 
ftlInstructionStackSnapshot
+    private String renderedFtlInstructionStackSnapshot;  // calc. from 
ftlInstructionStackSnapshot 
+    private String renderedFtlInstructionStackSnapshotTop; // calc. from 
ftlInstructionStackSnapshot
     private String description;  // calc. from descriptionBuilder, or set by 
the construcor
     private transient String messageWithoutStackTop;
     private transient String message;

Reply via email to