Author: mikedd
Date: Mon Aug  1 22:12:07 2011
New Revision: 1152954

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

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=1152954&r1=1152953&r2=1152954&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 22:12:07 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 (CLIB) or XML values.  An alternate method will be used to store 
the data; \
+    object (CLOB) 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