Author: tilman Date: Sat Dec 14 09:57:22 2019 New Revision: 1871425 URL: http://svn.apache.org/viewvc?rev=1871425&view=rev Log: PDFBOX-4071: fix typo found by codespell on fossies.org
Modified: pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java Modified: pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java?rev=1871425&r1=1871424&r2=1871425&view=diff ============================================================================== --- pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java (original) +++ pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java Sat Dec 14 09:57:22 2019 @@ -907,7 +907,7 @@ public interface PreflightConstants String ERROR_METADATA_CATEGORY_PROPERTY_INVALID = "7.5.1"; /** - * the infor dictionary is corrupt or value can't be read + * the info dictionary is corrupt or value can't be read */ String ERROR_METADATA_DICT_INFO_CORRUPT = "7.12"; /**