This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit 13cf0b4c2bd3bf20f73ca5361fd30452122ab4ff
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sat Dec 12 10:22:26 2020 -0500

    Javadoc.
---
 .../java/org/apache/commons/io/input/WindowsLineEndingInputStream.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java 
b/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java
index 1d0da0c..85405d2 100644
--- 
a/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java
+++ 
b/src/main/java/org/apache/commons/io/input/WindowsLineEndingInputStream.java
@@ -20,7 +20,7 @@ import java.io.IOException;
 import java.io.InputStream;
 
 /**
- * A filtering input stream that ensures the content will have windows line 
endings, CRLF.
+ * A filtering input stream that ensures the content will have Windows line 
endings, CRLF.
  *
  * @since 2.5
  */

Reply via email to