summaryrefslogtreecommitdiff
path: root/render/form.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/form.c')
-rw-r--r--render/form.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/form.c b/render/form.c
index 5fb5c6769..67bf52a32 100644
--- a/render/form.c
+++ b/render/form.c
@@ -187,7 +187,7 @@ bool form_add_option(struct form_control *control, char *value, char *text,
*
* \param form form to search for successful controls
* \param submit_button control used to submit the form, if any
- * \parma successful_controls updated to point to linked list of
+ * \param successful_controls updated to point to linked list of
* form_successful_control, 0 if no controls
* \return true on success, false on memory exhaustion
*