Skip to content

Commit 1c849ca

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #251
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1928435 13f79535-47bb-0310-9956-ffa450edef68
1 parent 20eacc3 commit 1c849ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/fdf/FDFIconFit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public PDRange getFractionalSpaceToAllocate()
167167
}
168168

169169
/**
170-
* This will set frational space to allocate.
170+
* This will set fractional space to allocate.
171171
*
172172
* @param space The space to allocate.
173173
*/

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/FileSystemFontProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public CIDSystemInfo getCIDSystemInfo()
125125
/**
126126
* {@inheritDoc}
127127
* <p>
128-
* The method returns null if there is there was an error opening the font.
128+
* The method returns null if there was an error opening the font.
129129
*
130130
*/
131131
@Override

0 commit comments

Comments
 (0)