summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 12:50:30 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 12:50:30 +0000
commit56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943 (patch)
tree361f9e09c53482326bc60d7864cc8ebb6ecd6212 /content/content_protected.h
parent845a0ca0722c6422eb3a50a06038162627bf71ae (diff)
downloadnetsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.gz
netsurf-56bb1b03c5e2a7f86e9f21d6692ea02ead4f3943.tar.bz2
Doxygen cleanups
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);