This is an automated email from the ASF dual-hosted git repository.
bodewig 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 a19262d typo
a19262d is described below
commit a19262d3e7af49f254a628a73659d71ad3373797
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Jan 25 17:35:35 2020 +0100
typo
---
.../apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
index 75325c3..c83b561 100644
---
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
+++
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.java
@@ -77,7 +77,7 @@ public class TarArchiveSparseEntry implements TarConstants {
}
/**
- * Obatains information about the configuration for the sparse entry.
+ * Obtains information about the configuration for the sparse entry.
* @since 1.20
* @return information about the configuration for the sparse entry.
*/