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 15:46:33 UTC

svn commit: r1641074 - /pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/descriptor/Type1DescriptorHelper.java

Author: tilman
Date: Sat Nov 22 14:46:33 2014
New Revision: 1641074

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

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

Modified: pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/descriptor/Type1DescriptorHelper.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/descriptor/Type1DescriptorHelper.java?rev=1641074&r1=1641073&r2=1641074&view=diff
==============================================================================
--- pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/descriptor/Type1DescriptorHelper.java (original)
+++ pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/descriptor/Type1DescriptorHelper.java Sat Nov 22 14:46:33 2014
@@ -50,7 +50,7 @@ public class Type1DescriptorHelper exten
     {
         boolean result = super.checkMandatoryFields(fDescriptor);
         /*
-         * if the this font is a Subset, the CharSet entry must be present in the FontDescriptor
+         * if this font is a subset, the CharSet entry must be present in the FontDescriptor
          */
         if (isSubSet(fontDescriptor.getFontName()))
         {