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 1470c26 Fix spelling. 1470c26 is described below commit 1470c26cadbbfe6a7150f862766eaa30937fbd2b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 17 14:36:41 2020 -0500 Fix spelling. --- .../apache/commons/compress/archivers/arj/ArjArchiveEntry.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java b/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java index c384216..6b742c8 100644 --- a/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java +++ b/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java @@ -82,11 +82,11 @@ public class ArjArchiveEntry implements ArchiveEntry { * <p>Note the interpretation of time is different depending on * the HostOS that has created the archive. While an OS that is * {@link #isHostOsUnix considered to be Unix} stores time in a - * timezone independent manner, other platforms only use the local + * time zone independent manner, other platforms only use the local * time. I.e. if an archive has been created at midnight UTC on a - * machine in timezone UTC this method will return midnight - * regardless of timezone if the archive has been created on a - * non-Unix system and a time taking the current timezone into + * machine in time zone UTC this method will return midnight + * regardless of time zone if the archive has been created on a + * non-Unix system and a time taking the current time zone into * account if the archive has been created on Unix.</p> * * @return the last modified date