[POOL-309] Fix misspellings from "destory" to "destroy". interupt -> interrupt

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1733561 
13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/29cc202b
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/29cc202b
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/29cc202b

Branch: refs/heads/master
Commit: 29cc202b9c9783a8cf7a0e2d01785dbfb0a97060
Parents: 5ec116a
Author: Gary D. Gregory <ggreg...@apache.org>
Authored: Fri Mar 4 06:41:20 2016 +0000
Committer: Gary D. Gregory <ggreg...@apache.org>
Committed: Fri Mar 4 06:41:20 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/commons/pool2/impl/TestGenericObjectPool.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/29cc202b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java 
b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java
index 92fee38..a694106 100644
--- a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java
+++ b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java
@@ -248,7 +248,7 @@ public class TestGenericObjectPool extends 
TestBaseObjectPool {
         Thread.sleep(200);
         wtt.interrupt();
 
-        // Give interupt time to take effect
+        // Give interrupt time to take effect
         Thread.sleep(200);
 
         // Check thread was interrupted

Reply via email to