projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9e475
)
Typo in comment in app_dial.c
author
James Golovich
<james@gnuinter.net>
Sun, 20 Jun 2004 06:24:25 +0000
(06:24 +0000)
committer
James Golovich
<james@gnuinter.net>
Sun, 20 Jun 2004 06:24:25 +0000
(06:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3244
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_dial.c
patch
|
blob
|
history
diff --git
a/apps/app_dial.c
b/apps/app_dial.c
index
58b0fae
..
b320075
100755
(executable)
--- a/
apps/app_dial.c
+++ b/
apps/app_dial.c
@@
-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)