Skip to content

Commit 8fa0281

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; improve javadoc; closes #286
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929070 13f79535-47bb-0310-9956-ffa450edef68
1 parent 945f0da commit 8fa0281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/src/main/java/org/apache/pdfbox/io/NonSeekableRandomAccessReadInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ else if (bufferBytes[LAST] > 0)
259259
else
260260
{
261261
// there aren't enough bytes left in the buffers to perform the rewind operation
262-
throw new IOException("not enough bytes available to perfomr the rewind operation");
262+
throw new IOException("not enough bytes available to perform the rewind operation");
263263
}
264264
}
265265

0 commit comments

Comments
 (0)