summaryrefslogtreecommitdiff
path: root/src/ua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ua.c')
-rw-r--r--src/ua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ua.c b/src/ua.c
index 565508e..76023d5 100644
--- a/src/ua.c
+++ b/src/ua.c
@@ -1911,8 +1911,8 @@ void ua_set_media_af(struct ua *ua, int af_media)
* Enable handling of all inbound requests, even if
* the request uri is not matching.
*
- * @param ua User-Agent
- * @param enable True to enable, false to disable
+ * @param ua User-Agent
+ * @param enabled True to enable, false to disable
*/
void ua_set_catchall(struct ua *ua, bool enabled)
{