Author: tn Date: Wed Jan 7 09:49:58 2015 New Revision: 1650024 URL: http://svn.apache.org/r1650024 Log: Fix typo.
Modified: commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/ManagedDataSource.java Modified: commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/ManagedDataSource.java URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/ManagedDataSource.java?rev=1650024&r1=1650023&r2=1650024&view=diff ============================================================================== --- commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/ManagedDataSource.java (original) +++ commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/managed/ManagedDataSource.java Wed Jan 7 09:49:58 2015 @@ -38,7 +38,7 @@ public class ManagedDataSource<C extends * Creates a ManagedDataSource which obtains connections from the specified pool and * manages them using the specified transaction registry. The TransactionRegistry must * be the transaction registry obtained from the XAConnectionFactory used to create - * the connection pool. If not an error will occure when attempting to use the connection + * the connection pool. If not, an error will occur when attempting to use the connection * in a global transaction because the XAResource object associated with the connection * will be unavailable. *