aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-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;