[poppler] poppler/Hints.cc

Pino Toscano pino at kemper.freedesktop.org
Sun May 19 15:10:09 PDT 2013


 poppler/Hints.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c10f2f8777927d8cfe547941ea2f70fcce14da7a
Author: Pino Toscano <pino at kde.org>
Date:   Mon May 20 00:09:45 2013 +0200

    fix typo in error message

diff --git a/poppler/Hints.cc b/poppler/Hints.cc
index ce00031..90335f6 100644
--- a/poppler/Hints.cc
+++ b/poppler/Hints.cc
@@ -57,7 +57,7 @@ Hints::Hints(BaseStream *str, Linearization *linearization, XRef *xref, Security
   sharedObjectId = (Guint **) gmallocn_checkoverflow(nPages, sizeof(Guint*));
   if (!nObjects || !pageObjectNum || !xRefOffset || !pageLength || !pageOffset ||
       !numSharedObject || !sharedObjectId) {
-    error(errSyntaxWarning, -1, "Failed to allocate memory for hints tabel");
+    error(errSyntaxWarning, -1, "Failed to allocate memory for hints table");
     nPages = 0;
   }
 


More information about the poppler mailing list