Skip to content

Commit d987f89

Browse files
committed
PDFBOX-5660: fix typos, as suggested by Valery Bokov; closes #273
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1928787 13f79535-47bb-0310-9956-ffa450edef68
1 parent ad7a7ce commit d987f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fontbox/src/main/java/org/apache/fontbox/cff/DataInputRandomAccessRead.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public byte readByte() throws IOException
109109
* Read one single unsigned byte from the buffer.
110110
*
111111
* @return the unsigned byte as int.
112-
* @throws IOException when there are no bytes to reador when the underlying buffer has been
112+
* @throws IOException when there are no bytes to read or when the underlying buffer has been
113113
* already closed.
114114
*/
115115
@Override

0 commit comments

Comments
 (0)