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.
 


Reply via email to