summaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html')
-rw-r--r--src/html/html_collection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_collection.c b/src/html/html_collection.c
index 90e35a0..cba2b2d 100644
--- a/src/html/html_collection.c
+++ b/src/html/html_collection.c
@@ -285,7 +285,7 @@ dom_exception dom_html_collection_named_item(dom_html_collection *col,
/**
* Claim a reference on this collection
*
- * \pram col The collection object
+ * \param col The collection object
*/
void dom_html_collection_ref(dom_html_collection *col)
{
@@ -298,7 +298,7 @@ void dom_html_collection_ref(dom_html_collection *col)
/**
* Relese a reference on this collection
*
- * \pram col The collection object
+ * \param col The collection object
*/
void dom_html_collection_unref(dom_html_collection *col)
{