summaryrefslogtreecommitdiff
path: root/src/html/html_collection.c
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-17 05:59:23 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:12 +0530
commit76d5fd85e93ea48ff6ee9ba8af99f6b564bc536d (patch)
tree7f14a69b49a28fc1aed7407be578ebb5bfe5e55e /src/html/html_collection.c
parentfc102fd14a29d7d738ce4e6053755a49c9ded314 (diff)
downloadlibdom-76d5fd85e93ea48ff6ee9ba8af99f6b564bc536d.tar.gz
libdom-76d5fd85e93ea48ff6ee9ba8af99f6b564bc536d.tar.bz2
Area Element & documentElement minor fix
Diffstat (limited to 'src/html/html_collection.c')
-rw-r--r--src/html/html_collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_collection.c b/src/html/html_collection.c
index a99297f..fb801d9 100644
--- a/src/html/html_collection.c
+++ b/src/html/html_collection.c
@@ -25,7 +25,7 @@
* \param doc The document
* \param root The root element of the collection
* \param ic The callback function used to determin whether certain node
- * beint32_ts to the collection
+ * belongs to the collection
* \param col The result collection object
* \return DOM_NO_ERR on success, appropriate dom_exception on failure.
*/