summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-20 06:24:25 +0000
committerJames Golovich <james@gnuinter.net>2004-06-20 06:24:25 +0000
commita054fec8efcbdf9bf00881c90c7da4fd5424340a (patch)
tree531fd55ec3b2e37e778d61c3cd649b873fd06405 /apps
parentbc9e475d6ed813393ada5d8ffc2ff69948f90240 (diff)
Typo in comment in app_dial.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3244 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 58b0fae01..b320075cf 100755
--- 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)