Author: doogie
Date: Tue Jul 20 17:15:32 2010
New Revision: 965919

URL: http://svn.apache.org/viewvc?rev=965919&view=rev
Log:
Fix typo s/espacing/escaping/

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java?rev=965919&r1=965918&r2=965919&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java 
(original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java Tue Jul 
20 17:15:32 2010
@@ -539,7 +539,7 @@ public class StringUtil {
         } catch (EncodingException e) {
             // NOTE: using different log and user targeted error messages to 
allow the end-user message to be less technical
             Debug.logError("Canonicalization (format consistency, character 
escaping that is mixed or double, etc) error for attribute named [" + valueName 
+ "], String [" + value + "]: " + e.toString(), module);
-            errorMessageList.add("In field [" + valueName + "] found character 
espacing (mixed or double) that is not allowed or other format consistency 
error: " + e.toString());
+            errorMessageList.add("In field [" + valueName + "] found character 
escaping (mixed or double) that is not allowed or other format consistency 
error: " + e.toString());
         }
 
         // check for "<", ">"


Reply via email to