<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div><br>> commit b71431513b45f8a1aa4154332dae56af241258f8<br>> Author: Albert Astals Cid <aacid@kde.org><br>> Date:   Wed Jul 15 13:10:27 2015 +0200<br>> <br>>     Typo fix in warning<br>> <br>> diff --git a/poppler/Catalog.cc b/poppler/Catalog.cc<br>> index f75f4e1..9603024 100644<br>> --- a/poppler/Catalog.cc<br>> +++ b/poppler/Catalog.cc<br>> @@ -825,7 +825,7 @@ int Catalog::getNumPages()<br>>   Object pageRootRef;<br>>       catDict.dictLookupNF("Pages", &pageRootRef);<br>>  <br>> -      error(errSyntaxError, -1, "Pages top-level is a single Page. The document is mal-formet, trying to recover...");<br>> +      error(errSyntaxError, -1, "Pages top-level is a single Page. The document is mal-formed, trying to recover...");<br>>  <br>>        Dict *pageDict = pagesDict.getDict();<br>>     const Ref pageRef = pageRootRef.getRef();<br></div><div><br></div><div>As long as you are fixing typos, "malformed" does not have a hyphen. <a href="http://www.merriam-webster.com/dictionary/malformed" target="_blank" style="font-size: 12pt;">http://www.merriam-webster.com/dictionary/malformed</a></div><div><br></div><div>Regards, William</div><div><br></div>                                      </div></body>
</html>