Author: ggregory Date: Mon Dec 3 19:52:36 2012 New Revision: 1416647 URL: http://svn.apache.org/viewvc?rev=1416647&view=rev Log: Fix typo.
Modified: commons/proper/io/trunk/src/changes/changes.xml Modified: commons/proper/io/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1416647&r1=1416646&r2=1416647&view=diff ============================================================================== --- commons/proper/io/trunk/src/changes/changes.xml (original) +++ commons/proper/io/trunk/src/changes/changes.xml Mon Dec 3 19:52:36 2012 @@ -57,7 +57,7 @@ The <action> type attribute can be add,u Add IOUtils.read and readFully(ReadableByteChannel, ByteBuffer buffer). </action> <action issue="IO-357" dev="ggregory" type="fix" due-to="mortenh"> - [Tailer] InterruptedException while the thead is sleeping is silently ignored + [Tailer] InterruptedException while the thread is sleeping is silently ignored </action> <action issue="IO-353" dev="ggregory" type="add" due-to="ggregory"> Add API IOUtils.copy(InputStream, OutputStream, int)