You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/06/16 08:22:52 UTC

svn commit: r1136295 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java

Author: psteitz
Date: Thu Jun 16 06:22:52 2011
New Revision: 1136295

URL: http://svn.apache.org/viewvc?rev=1136295&view=rev
Log:
Fixed spelling error in comment.

Modified:
    commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java

Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java?rev=1136295&r1=1136294&r2=1136295&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java (original)
+++ commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp2/TestPoolableConnection.java Thu Jun 16 06:22:52 2011
@@ -75,7 +75,7 @@ public class TestPoolableConnection exte
         ((PoolableConnection)conn).getInnermostDelegate().close();
         
         // At this point, we can close the pooled connection. The
-        // PoolableConnection *should* realise that its underlying
+        // PoolableConnection *should* realize that its underlying
         // connection is gone and invalidate itself. The pool should have no
         // active connections.