poppler/Hints.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c10f2f8777927d8cfe547941ea2f70fcce14da7a
Author: Pino Toscano <[email protected]>
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;
}
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler