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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 8c5b8ca5a Javadoc: Fix spelling 8c5b8ca5a is described below commit 8c5b8ca5adbb1c7d3d076f40226dcec614110aee Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Dec 23 08:05:09 2024 -0500 Javadoc: Fix spelling --- .../java/org/apache/commons/compress/compressors/gzip/ExtraField.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java b/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java index ae5d618ee..0725395d1 100644 --- a/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java +++ b/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java @@ -151,7 +151,7 @@ public class ExtraField implements Iterable<SubField> { } /** - * Append a subfield by a 2-chars ISO-8859-1 string. The char at index 0 and 1 are respectiovely si1 and si2 (subfield id 1 and 2). + * Append a subfield by a 2-chars ISO-8859-1 string. The char at index 0 and 1 are respectively si1 and si2 (subfield id 1 and 2). * * @param id The subfield ID. * @param payload The subfield payload.