Author: tilman
Date: Sat Sep 27 16:34:59 2025
New Revision: 1928788

Log:
PDFBOX-5660: fix typos, as suggested by Valery Bokov; closes #273

Modified:
   
pdfbox/branches/3.0/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java

Modified: 
pdfbox/branches/3.0/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java
==============================================================================
--- 
pdfbox/branches/3.0/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java
     Sat Sep 27 16:34:56 2025        (r1928787)
+++ 
pdfbox/branches/3.0/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java
     Sat Sep 27 16:34:59 2025        (r1928788)
@@ -92,7 +92,7 @@ public class DataInputRandomAccessRead i
      * Read one single byte from the buffer.
      *
      * @return the byte.
-     * @throws IOException when there are no bytes to reador when the 
underlying buffer has already
+     * @throws IOException when there are no bytes to read or when the 
underlying buffer has already
      * been closed.
      */
     @Override

Reply via email to