[libxml2] Correct a typo.
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Correct a typo.
- Date: Mon, 11 Apr 2016 01:42:47 +0000 (UTC)
commit d5bd2a9a4064e1d0da6367bb0ee4de7d337964bf
Author: Shlomi Fish <shlomif shlomifish org>
Date: Sun Apr 3 05:14:44 2016 +0300
Correct a typo.
xpath.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]