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 2021/05/02 15:10:32 UTC

svn commit: r1889414 - /pdfbox/branches/2.0/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java

Author: tilman
Date: Sun May  2 15:10:31 2021
New Revision: 1889414

URL: http://svn.apache.org/viewvc?rev=1889414&view=rev
Log:
PDFBOX-4892: fix typo, as suggested by valerybokov

Modified:
    pdfbox/branches/2.0/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java

Modified: pdfbox/branches/2.0/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java?rev=1889414&r1=1889413&r2=1889414&view=diff
==============================================================================
--- pdfbox/branches/2.0/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java (original)
+++ pdfbox/branches/2.0/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java Sun May  2 15:10:31 2021
@@ -321,7 +321,7 @@ public interface PreflightConstants
      */
     String ERROR_SYNTAX_HEXA_STRING_TOO_LONG = "1.0.5";
     /**
-     * The number is out of Range ( ex : greatter than 2^31-1)
+     * The number is out of Range ( ex : greater than 2^31-1)
      */
     String ERROR_SYNTAX_NUMERIC_RANGE = "1.0.6";
     /**