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 23243ef2e63cbeb5f9d7156b1548d18c44947db3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Dec 10 09:32:48 2024 -0500

    Javadoc: Fix spelling
---
 .../apache/commons/compress/archivers/cpio/CpioArchiveEntry.java  | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 3b82a0293..d429c58c3 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
@@ -658,9 +658,9 @@ public class CpioArchiveEntry implements CpioConstants, 
ArchiveEntry {
     }
 
     /**
-     * Gets the filesize.
+     * Gets the file size.
      *
-     * @return the filesize.
+     * @return the file size.
      * @see org.apache.commons.compress.archivers.ArchiveEntry#getSize()
      */
     @Override
@@ -904,9 +904,9 @@ public class CpioArchiveEntry implements CpioConstants, 
ArchiveEntry {
     }
 
     /**
-     * Sets the filesize.
+     * Sets the file size.
      *
-     * @param size The filesize to set.
+     * @param size The file size to set.
      */
     public void setSize(final long size) {
         if (size < 0 || size > 0xFFFFFFFFL) {

Reply via email to