aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-20 06:24:25 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-20 06:24:25 +0000
commitda48cd7fcfba3fe3221fab3557428ae79a5d5c8b (patch)
tree531fd55ec3b2e37e778d61c3cd649b873fd06405 /apps
parent198cc35ee96272e54f354dcfbfd1244169a76513 (diff)
Typo in comment in app_dial.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3244 f38db490-d61c-443f-a65b-d21fe96a405b
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)