Author: clr Date: Wed Oct 3 08:08:04 2007 New Revision: 581619 URL: http://svn.apache.org/viewvc?rev=581619&view=rev Log: OPENJPA-366 Trivial typo in new message Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties?rev=581619&r1=581618&r2=581619&view=diff ============================================================================== --- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties (original) +++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties Wed Oct 3 08:08:04 2007 @@ -376,6 +376,6 @@ invalid-tran-status: The transaction was not in a valid state ({0}) to \ accept the "{1}" method invocation. Processing will continue. multi-threaded-access: Multiple concurrent threads attempted to access a \ - single broker. By default brokers are not thread safe, if you require \ - and/or intent a broker to be accessed by more then one thread, set the \ + single broker. By default brokers are not thread safe; if you require \ + and/or intend a broker to be accessed by more than one thread, set the \ openjpa.Multithreaded property to true to override the default behavior.