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-11 04:27:08 +0530
commit644e93ff924466c41e55bad14fb7a42c468a4f7c (patch)
tree23352d4ea0bfdd9ef90bfda6de12b8acb4f502c8 /src/html/html_collection.c
parentadea85fad0882b49e70087c03c173fae6bf8d121 (diff)
downloadlibdom-644e93ff924466c41e55bad14fb7a42c468a4f7c.tar.gz
libdom-644e93ff924466c41e55bad14fb7a42c468a4f7c.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.
*/