From 72947f72d725c541de8d3160853959d6fe011e69 Mon Sep 17 00:00:00 2001 From: baka Date: Thu, 6 Oct 2016 11:26:46 +0000 Subject: [PATCH] Fixes a typo. git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4362 8810af33-2d31-482b-a856-94f89814c4df --- .../src/main/java/com/arsdigita/bebop/FormProcessException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-core/src/main/java/com/arsdigita/bebop/FormProcessException.java b/ccm-core/src/main/java/com/arsdigita/bebop/FormProcessException.java index bb73515cf..c4f3d2d52 100644 --- a/ccm-core/src/main/java/com/arsdigita/bebop/FormProcessException.java +++ b/ccm-core/src/main/java/com/arsdigita/bebop/FormProcessException.java @@ -55,7 +55,7 @@ public class FormProcessException extends ServletException { /** * Constructor using both types of messages which may be presented to the * user. It's a kind of fallback just in kind we really need a non- - * globalized message. Usage is stropngly discouraged. + * globalized message. Usage is strongly discouraged. * @param message * @param globalizedMessage */