You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2011/05/22 00:12:38 UTC

svn commit: r1125832 - /commons/proper/pool/trunk/src/changes/changes.xml

Author: markt
Date: Sat May 21 22:12:37 2011
New Revision: 1125832

URL: http://svn.apache.org/viewvc?rev=1125832&view=rev
Log:
Fix typo

Modified:
    commons/proper/pool/trunk/src/changes/changes.xml

Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=1125832&r1=1125831&r2=1125832&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Sat May 21 22:12:37 2011
@@ -61,7 +61,7 @@
     <action dev="markt" type="update" issue="POOL-181">
       Make BaseObjectPool.isClosed() public.
     </action>
-    <action dev="markt" type="fix" issue="POOL-184" dut-to="Adrian Nistor">
+    <action dev="markt" type="fix" issue="POOL-184" due-to="Adrian Nistor">
       Correct bug that could lead to inappropriate pool starvation when evict()
       and borrowObject() are called concurrently.
     </action>