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 2014/11/22 17:03:32 UTC

svn commit: r1641089 - /pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java

Author: tilman
Date: Sat Nov 22 16:03:32 2014
New Revision: 1641089

URL: http://svn.apache.org/r1641089
Log:
PDFBOX-1864: fix typo

Modified:
    pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java

Modified: pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java?rev=1641089&r1=1641088&r2=1641089&view=diff
==============================================================================
--- pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java (original)
+++ pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java Sat Nov 22 16:03:32 2014
@@ -373,7 +373,7 @@ public class Type3FontValidator extends 
     }
 
     /**
-     * If the Resources entry is present, this method check its content. Only fonts and Images are checked because this
+     * If the Resources entry is present, this method checks its content. Only fonts and Images are checked because this
      * resource describes glyphs.
      */
     private void checkResources() throws ValidationException