summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-08-08 20:34:15 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-08-08 20:34:15 +0200
commit43c8e030dea4d7b2e3e298cebe6148aeaf87ec74 (patch)
tree67f3660db1cc0ce6ea48f18b804114094fcefc15 /src
parent76e3b2acad0bf6237515cdbbba440d2d8da3e8c8 (diff)
fix some typos
Diffstat (limited to 'src')
-rw-r--r--src/ua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ua.c b/src/ua.c
index 0010de5..eaa65e9 100644
--- a/src/ua.c
+++ b/src/ua.c
@@ -750,7 +750,7 @@ void ua_hangup(struct ua *ua, struct call *call,
* Answer an incoming call
*
* @param ua User-Agent
- * @param call Call to hangup, or NULL for current call
+ * @param call Call to answer, or NULL for current call
*
* @return 0 if success, otherwise errorcode
*/