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

New commits:
commit 6ccdd381b483f50f37005fd9b13f79d2f38273ff
Author: Pino Toscano <p...@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;
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to