Author: mikedd
Date: Mon Aug  1 19:21:46 2011
New Revision: 1152897

URL: http://svn.apache.org/viewvc?rev=1152897&view=rev
Log:
Revert "OPENJPA-1691: Fix typo in message."

This reverts commit 68e906f8734ab5a0350c415bd494b71d0314c5d1.

Modified:
    
openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties

Modified: 
openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?rev=1152897&r1=1152896&r2=1152897&view=diff
==============================================================================
--- 
openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
 (original)
+++ 
openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
 Mon Aug  1 19:21:46 2011
@@ -191,7 +191,7 @@ sequencesql-override: Going to override 
     string and the string set in the property and will further allow openJPA 
to use the \
     string defined by the property rather than the default string for DB2.
 oracle-set-clob-unsupported: The JRE or JDBC level in use does not support 
storing large \
-    object (CLOB) or XML values.  An alternate method will be used to store 
the data; \
+    object (CLIB) or XML values.  An alternate method will be used to store 
the data; \
     however, if the data is larger than 4000 bytes, an error might occur.
 oracle-set-clob-failed: Invocation of methods to support storing large 
character \
     large object (CLOB) or XML values did not complete successfully.  An \


Reply via email to