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
commit f3e7c15005a03509014f32e45ecb656b78c1ebc4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 08:47:56 2023 -0400 Javadoc --- .../org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java index 42c11d42..0012f854 100644 --- a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java +++ b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java @@ -135,8 +135,8 @@ import org.apache.commons.compress.utils.TimeUtils; * fields for all numbers and separates device numbers into separate * fields for major and minor numbers.</p> * - * <p>The pathname is followed by NUL bytes so that the total size of - * the fixed header plus pathname is a multiple of four. Likewise, the + * <p>The path name is followed by NUL bytes so that the total size of + * the fixed header plus path name is a multiple of four. Likewise, the * file data is padded to a multiple of four bytes.</p> * * <p>This class uses mutable fields and is not considered to be