Re: [xml] [PATCH] Correct a small typo

2016-04-10 Thread Daniel Veillard
On Sun, Apr 03, 2016 at 05:25:57AM +0300, Shlomi Fish wrote:
> The attached patch corrects a small typo - "duplcates" is a misspelling.
> 
> Regards,
> 
>   Shlomi Fish

  Sure, pushed,

   thanks,

Daniel

> -- 
> -
> Shlomi Fish   http://www.shlomifish.org/
> 
> Chuck Norris is *not* going to miss Anna Kendrick when she’s gone.
> — http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/
> 
> Please reply to list if it's a mailing list post - http://shlom.in/reply .

> >From c9a0d63767d55da0f6a5fb8a6c7a05f137944e64 Mon Sep 17 00:00:00 2001
> From: Shlomi Fish 
> Date: Sun, 3 Apr 2016 05:14:44 +0300
> Subject: [PATCH] Correct a typo.
> 
> ---
>  xpath.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xpath.c b/xpath.c
> index 935fcff..512bbf4 100644
> --- a/xpath.c
> +++ b/xpath.c
> @@ -3706,7 +3706,7 @@ xmlXPathNodeSetAdd(xmlNodeSetPtr cur, xmlNodePtr val) {
>  
>  /* @@ with_ns to check whether namespace nodes should be looked at @@ */
>  /*
> - * prevent duplcates
> + * prevent duplicates
>   */
>  for (i = 0;i < cur->nodeNr;i++)
>  if (cur->nodeTab[i] == val) return(0);
> -- 
> 2.7.4
> 

> ___
> xml mailing list, project page  http://xmlsoft.org/
> xml@gnome.org
> https://mail.gnome.org/mailman/listinfo/xml


-- 
Daniel Veillard  | Open Source and Standards, Red Hat
veill...@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | virtualization library  http://libvirt.org/
___
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml


[xml] [PATCH] Correct a small typo

2016-04-02 Thread Shlomi Fish
The attached patch corrects a small typo - "duplcates" is a misspelling.

Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/

Chuck Norris is *not* going to miss Anna Kendrick when she’s gone.
— http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/

Please reply to list if it's a mailing list post - http://shlom.in/reply .
>From c9a0d63767d55da0f6a5fb8a6c7a05f137944e64 Mon Sep 17 00:00:00 2001
From: Shlomi Fish 
Date: Sun, 3 Apr 2016 05:14:44 +0300
Subject: [PATCH] Correct a typo.

---
 xpath.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xpath.c b/xpath.c
index 935fcff..512bbf4 100644
--- a/xpath.c
+++ b/xpath.c
@@ -3706,7 +3706,7 @@ xmlXPathNodeSetAdd(xmlNodeSetPtr cur, xmlNodePtr val) {
 
 /* @@ with_ns to check whether namespace nodes should be looked at @@ */
 /*
- * prevent duplcates
+ * prevent duplicates
  */
 for (i = 0;i < cur->nodeNr;i++)
 if (cur->nodeTab[i] == val) return(0);
-- 
2.7.4

___
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml