From: Russell Bryant Date: Thu, 20 Sep 2007 19:32:18 +0000 (+0000) Subject: minor spelling fixes in a comment X-Git-Tag: 1.6.0-beta1~3^2~1353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d7b84b2cffdc29cdd1203b9ddec34c03017f2b0;p=thirdparty%2Fasterisk.git minor spelling fixes in a comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83296 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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;