From 90a260a2ccf33a399c87b1619d3b82e19b84020f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 24 Jul 2016 12:21:23 +0100 Subject: Doxygen: Fix instance of bad function comment syntax. --- utils/url.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/url.h b/utils/url.h index 94579e39e..8bbd68d33 100644 --- a/utils/url.h +++ b/utils/url.h @@ -46,7 +46,7 @@ nserror url_escape(const char *unescaped, size_t toskip, bool sptoplus, * Convert an escaped string to plain. * * \param[in] str String to unescape. - * \parm[in] length Length of string or 0 to use strlen + * \param[in] length Length of string or 0 to use strlen * \param[out] result unescaped string owned by caller must be freed with free() * \return NSERROR_OK on success */ -- cgit v1.2.3