[poppler] NEWS poppler/Form.cc

Pino Toscano pino at kemper.freedesktop.org
Sat Aug 29 03:19:15 PDT 2015


 NEWS            |    2 +-
 poppler/Form.cc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6ccdd381b483f50f37005fd9b13f79d2f38273ff
Author: Pino Toscano <pino at kde.org>
Date:   Sat Aug 29 12:18:44 2015 +0200

    typo fix, "existant" -> "existent"

diff --git a/NEWS b/NEWS
index 1354d3b..d715732 100644
--- a/NEWS
+++ b/NEWS
@@ -2125,7 +2125,7 @@ Release 0.7.0 (0.8 Beta 1)
 Release 0.6.4
 
 	Qt4 frontend:
-	 * Fix crash on links that point to a non existant page
+	 * Fix crash on links that point to a non existent page
 	 * Make Document::renderHints return the correct render hints
 	 * Fix infinite loop when parsing LineAnnotation
 
diff --git a/poppler/Form.cc b/poppler/Form.cc
index 661ed89..a46a659 100644
--- a/poppler/Form.cc
+++ b/poppler/Form.cc
@@ -1445,7 +1445,7 @@ Form::Form(PDFDoc *docA, Object* acroFormA)
       }
 
       if (!obj2.isDict()) {
-        error(errSyntaxWarning, -1, "Reference in Fields array to an invalid or non existant object");
+        error(errSyntaxWarning, -1, "Reference in Fields array to an invalid or non existent object");
 	obj2.free();
 	oref.free();
 	continue;


More information about the poppler mailing list