From aab3ef7e8a7de7ad12d74d39d7b6f0d5e14b4441 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Wed, 15 Feb 2012 15:43:18 +0000 Subject: [PATCH] Fix typo. --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 51b6d8b73..68bdd62c6 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 *);