Fix a minor spelling error.

(closes issue )
Reported by: darrylc


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@107582 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 17 years ago
parent f201a2b11b
commit d6d14a3694

@ -183,7 +183,7 @@ static int execif_exec(struct ast_channel *chan, void *data)
if ((app = pbx_findapp(myapp))) {
res = pbx_exec(chan, app, mydata);
} else {
ast_log(LOG_WARNING, "Count not find application! (%s)\n", myapp);
ast_log(LOG_WARNING, "Could not find application! (%s)\n", myapp);
res = -1;
}
}

Loading…
Cancel
Save