aboutsummaryrefslogtreecommitdiffstats
path: root/main/app.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-20 19:32:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-20 19:32:18 +0000
commit8aa5f51f05af8418d39e6033d9ef032f1f04488f (patch)
treee7b407eb618284bfb94c041fb72cf0a1678f9a69 /main/app.c
parentd7cff06706f6e7d3143fee46ce62ac7b3cdae2bc (diff)
minor spelling fixes in a comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83296 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/app.c')
-rw-r--r--main/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app.c b/main/app.c
index 2871983d5..7d39907d1 100644
--- a/main/app.c
+++ b/main/app.c
@@ -1391,7 +1391,7 @@ static int ivr_dispatch(struct ast_channel *chan, struct ast_ivr_option *option,
return res;
case AST_ACTION_MENU:
res = ast_ivr_menu_run_internal(chan, (struct ast_ivr_menu *)option->adata, cbdata);
- /* Do not pass entry errors back up, treaat ast though ti was an "UPONE" */
+ /* Do not pass entry errors back up, treat as though it was an "UPONE" */
if (res == -2)
res = 0;
return res;