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 2012/03/26 14:41:10 UTC

svn commit: r1305335 - /commons/proper/io/trunk/src/changes/changes.xml

Author: ggregory
Date: Mon Mar 26 12:41:10 2012
New Revision: 1305335

URL: http://svn.apache.org/viewvc?rev=1305335&view=rev
Log:
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=1305335&r1=1305334&r2=1305335&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Mon Mar 26 12:41:10 2012
@@ -63,7 +63,7 @@ The <action> type attribute can be add,u
         ReaderInputStream#read(byte[] b, int off, int len) should check for valid parameters
       </action>        
       <action issue="IO-287" dev="bayard" type="add" due-to="Ron Kuris, Gary Gregory">
-        Use terabyte (TB) , petabyte (PB) and exabyte (EB) in FileUtils.byteCountToDisplaySize(long size)
+        Use terabyte (TB), petabyte (PB) and exabyte (EB) in FileUtils.byteCountToDisplaySize(long size)
       </action>        
       <action issue="IO-306" dev="sebb" type="fix">
         ReaderInputStream#read(byte[] b, int off, int len) should always return 0 for length == 0