diff --git a/daemon/call.c b/daemon/call.c index 51b6d8b..68bdd62 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -76,7 +76,7 @@ static char *rtp_codecs[] = { static void call_destroy(struct call *); -static void call_destory_all_branches(struct call *); +static void call_destroy_all_branches(struct call *); static void unkernelize(struct peer *);