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 2c38720bc Fix typos in Javadoc (#613)
2c38720bc is described below
commit 2c38720bcb42e2d51f49bafd8e9f5207d1d4ad3c
Author: Glavo <[email protected]>
AuthorDate: Sun Nov 24 21:29:43 2024 +0800
Fix typos in Javadoc (#613)
---
.../org/apache/commons/compress/archivers/ArchiveInputStream.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
b/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
index 59c013fce..fee61a220 100644
---
a/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
+++
b/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
@@ -194,9 +194,9 @@ public abstract class ArchiveInputStream<E extends
ArchiveEntry> extends FilterI
}
/**
- * Gets the Charest.
+ * Gets the Charset.
*
- * @return the Charest.
+ * @return the Charset.
*/
public Charset getCharset() {
return charset;