--- /usr/src/app_intercept.c 2004-11-27 00:00:12.000000000 -0500 +++ app_intercept.c 2004-11-27 00:02:36.000000000 -0500 @@ -25,7 +25,7 @@ #include #include -static char *tdesc = "Intercept an unaswered Call."; +static char *tdesc = "Intercept an unanswered Call."; static char *app = "Intercept"; static char *synopsis = "Intercept([||auto])\n" "\n" @@ -60,7 +60,7 @@ struct localuser *u; struct ast_channel *newchan; struct ast_channel *target_chan; - struct ast_frame *f; + struct ast_frame *f; struct ast_bridge_config config; char *chan_match;