You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/12/30 14:49:08 UTC

svn commit: r1554217 - /commons/proper/exec/trunk/src/changes/changes.xml

Author: ggregory
Date: Mon Dec 30 13:49:08 2013
New Revision: 1554217

URL: http://svn.apache.org/r1554217
Log:
Typos.

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

Modified: commons/proper/exec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=1554217&r1=1554216&r2=1554217&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Mon Dec 30 13:49:08 2013
@@ -29,12 +29,12 @@
             </action>
             <action issue="EXEC-57" dev="sgoeschl" type="fix" date="2011-10-10"  due-to="Nickolay Martinov">
                 Applied the patch from Nickolay Martinov but the timeout disguises the fact
-                that the process might be still runnung - therefore added a sanity check in
+                that the process might be still running. Therefore added a sanity check in
                 order to throw an exception if the the timeout for join() was exceeded.
             </action>
             <action issue="EXEC-60" dev="sgoeschl" type="fix" date="2011-10-09"  due-to="Peter Kofler">
-                Fixed dead lock by calling the timeout observers outside of the synchronized block thereby
-                removing on pre-requisite of a deadlock. Also added a test case to demonstrate that this
+                Fixed deadlock by calling the timeout observers outside of the synchronized block thereby
+                removing a prerequisite of a deadlock. Also added a test case to demonstrate that this
                 problem is fixed (which of course can not guarantee the absence of a dead lock).
             </action>
             <action issue="EXEC-55" dev="sgoeschl" type="add" date="2011-02-21"  due-to="Dominik Stadler">