From 2d7b84b2cffdc29cdd1203b9ddec34c03017f2b0 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 20 Sep 2007 19:32:18 +0000 Subject: [PATCH] minor spelling fixes in a comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83296 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/app.c b/main/app.c index 2871983d51..7d39907d15 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;