diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-08-08 20:34:15 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-08-08 20:34:15 +0200 |
commit | 43c8e030dea4d7b2e3e298cebe6148aeaf87ec74 (patch) | |
tree | 67f3660db1cc0ce6ea48f18b804114094fcefc15 | |
parent | 76e3b2acad0bf6237515cdbbba440d2d8da3e8c8 (diff) |
fix some typos
-rw-r--r-- | modules/gsm/gsm.c | 2 | ||||
-rw-r--r-- | src/ua.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/gsm/gsm.c b/modules/gsm/gsm.c index 5301049..86203b9 100644 --- a/modules/gsm/gsm.c +++ b/modules/gsm/gsm.c @@ -11,7 +11,7 @@ /** * @defgroup gsm gsm * - * The G.726 audio codec + * The GSM audio codec */ @@ -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 */ |