Skip to content

Commit db551e3

Browse files
committed
Fix Javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1739190 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4a0bf37 commit db551e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/output/XmlStreamWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private void detectEncoding(final char[] cbuf, final int off, final int len)
200200
}
201201

202202
/**
203-
* Writes the characters to the underlying writer, detecing encoding.
203+
* Writes the characters to the underlying writer, detecting encoding.
204204
*
205205
* @param cbuf the buffer to write the characters from
206206
* @param off The start offset

0 commit comments

Comments
 (0)