You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/06/30 16:38:08 UTC

svn commit: r1750832 - /pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java

Author: tilman
Date: Thu Jun 30 16:38:08 2016
New Revision: 1750832

URL: http://svn.apache.org/viewvc?rev=1750832&view=rev
Log:
PDFBOX-2852: fix javadoc

Modified:
    pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java

Modified: pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java?rev=1750832&r1=1750831&r2=1750832&view=diff
==============================================================================
--- pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java (original)
+++ pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/TrueTypeFont.java Thu Jun 30 16:38:08 2016
@@ -380,7 +380,7 @@ public class TrueTypeFont implements Fon
     }
 
     /**
-     * Returns the number of glyphs (MaximuProfile.numGlyphs).
+     * Returns the number of glyphs (MaximumProfile.numGlyphs).
      * 
      * @return the number of glyphs
      * @throws IOException if there was an error reading the table.