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
The following commit(s) were added to refs/heads/master by this push: new 035e0487 Javadoc spelling 035e0487 is described below commit 035e048708b8f64fda49810289a8f9fcdd3dd116 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 21 17:09:34 2023 -0500 Javadoc spelling --- src/main/java/org/apache/commons/io/input/SwappedDataInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/input/SwappedDataInputStream.java b/src/main/java/org/apache/commons/io/input/SwappedDataInputStream.java index 249baa87..303bfe28 100644 --- a/src/main/java/org/apache/commons/io/input/SwappedDataInputStream.java +++ b/src/main/java/org/apache/commons/io/input/SwappedDataInputStream.java @@ -27,7 +27,7 @@ import org.apache.commons.io.EndianUtils; /** * DataInput for systems relying on little-endian data formats. When read, values will be changed from little-endian to - * big endian formats for internal usage. + * big-endian formats for internal usage. * <p> * Provenance: Avalon Excalibur (IO) * </p>