On Thu, Sep 13, 2012 at 03:56:51PM +0200, Jan Pokorný wrote:
> Signed-off-by: Jan Pokorný <[email protected]>
> ---
>  parser.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/parser.c b/parser.c
> index 192eaed..28b0d80 100644
> --- a/parser.c
> +++ b/parser.c
> @@ -7515,7 +7515,7 @@ xmlParseEntityRef(xmlParserCtxtPtr ctxt) {
>      NEXT;
>  
>      /*
> -     * Predefined entites override any extra definition
> +     * Predefined entities override any extra definition
>       */
>      if ((ctxt->options & XML_PARSE_OLDSAX) == 0) {
>          ent = xmlGetPredefinedEntity(name);
> @@ -7524,7 +7524,7 @@ xmlParseEntityRef(xmlParserCtxtPtr ctxt) {
>      }
>  
>      /*
> -     * Increate the number of entity references parsed
> +     * Increase the number of entity references parsed
>       */
>      ctxt->nbentities++;

  Ah, right, pushed !

   thanks Jan !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
[email protected]  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to