Author: tilman
Date: Sat Sep 27 16:34:56 2025
New Revision: 1928787
Log:
PDFBOX-5660: fix typos, as suggested by Valery Bokov; closes #273
Modified:
pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java
Modified:
pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java
==============================================================================
---
pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java
Sat Sep 27 14:47:13 2025 (r1928786)
+++
pdfbox/trunk/fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java
Sat Sep 27 16:34:56 2025 (r1928787)
@@ -109,7 +109,7 @@ public class DataInputRandomAccessRead i
* Read one single unsigned byte from the buffer.
*
* @return the unsigned byte as int.
- * @throws IOException when there are no bytes to reador when the
underlying buffer has been
+ * @throws IOException when there are no bytes to read or when the
underlying buffer has been
* already closed.
*/
@Override