> commit b71431513b45f8a1aa4154332dae56af241258f8 > Author: Albert Astals Cid <[email protected]> > Date: Wed Jul 15 13:10:27 2015 +0200 > > Typo fix in warning > > diff --git a/poppler/Catalog.cc b/poppler/Catalog.cc > index f75f4e1..9603024 100644 > --- a/poppler/Catalog.cc > +++ b/poppler/Catalog.cc > @@ -825,7 +825,7 @@ int Catalog::getNumPages() > Object pageRootRef; > catDict.dictLookupNF("Pages", &pageRootRef); > > - error(errSyntaxError, -1, "Pages top-level is a single Page. The > document is mal-formet, trying to recover..."); > + error(errSyntaxError, -1, "Pages top-level is a single Page. The > document is mal-formed, trying to recover..."); > > Dict *pageDict = pagesDict.getDict(); > const Ref pageRef = pageRootRef.getRef();
As long as you are fixing typos, "malformed" does not have a hyphen. http://www.merriam-webster.com/dictionary/malformed Regards, William
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
