Skip to content

Commit a7273fd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public abstract class FontInfo
4343
/**
4444
* Returns the CIDSystemInfo associated with the font, if present.
4545
*
46-
* @return the CIDSystemInof of the font if any
46+
* @return the CIDSystemInfo of the font if any
4747
*/
4848
public abstract CIDSystemInfo getCIDSystemInfo();
4949

0 commit comments

Comments
 (0)