[poppler] 2 commits - poppler/Catalog.cc
William Bader
williambader at hotmail.com
Wed Jul 15 16:57:04 PDT 2015
> commit b71431513b45f8a1aa4154332dae56af241258f8
> Author: Albert Astals Cid <aacid at kde.org>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler/attachments/20150715/3a1f566f/attachment.html>
More information about the poppler
mailing list