Skip to content

Commit 54eeaee

Browse files
committed
[IO-492] Typo: In an IOUtils.java comment it says "focussed" instead of "focused".
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1722156 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3775e6d commit 54eeaee

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<!-- The release date is the date RC is cut -->
49-
<release version="2.5" date="2015-12-26" description="New features and bug fixes.">
49+
<release version="2.5" date="2015-12-DD" description="New features and bug fixes.">
50+
<action issue="IO-492" dev="ggregory" type="fix" due-to="Santiago Castro">
51+
Typo: In an IOUtils.java comment it says "focussed" instead of "focused".
52+
</action>
5053
<action issue="IO-433" dev="krosenvold" type="update">
5154
Converted all testcases to JUnit 4
5255
</action>

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
* @version $Id$
9999
*/
100100
public class IOUtils {
101-
// NOTE: This class is focussed on InputStream, OutputStream, Reader and
101+
// NOTE: This class is focused on InputStream, OutputStream, Reader and
102102
// Writer. Each method should take at least one of these as a parameter,
103103
// or return one of them.
104104

0 commit comments

Comments
 (0)