Skip to content
Snippets Groups Projects
Commit a054fec8 authored by James Golovich's avatar James Golovich
Browse files

Typo in comment in app_dial.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3244 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent bc9e475d
No related branches found
No related tags found
No related merge requests found
......@@ -782,7 +782,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
if (chan->cdr)
ast_cdr_setdestchan(chan->cdr, tmp->chan->name);
/* check the restuls of ast_call */
/* check the results of ast_call */
if (res) {
/* Again, keep going even if there's an error */
if (option_debug)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment