summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index d22ff4b22..7311da604 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -198,7 +198,7 @@ lwc_string *content__get_mime_type(struct content *c);
* Set title associated with content
*
* \param c Content to set title on.
- * \parm title The new title to set.
+ * \param title The new title to set.
* \return true on sucess else false.
*/
bool content__set_title(struct content *c, const char *title);