mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
minor spelling fixes in a comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83296 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1391,7 +1391,7 @@ static int ivr_dispatch(struct ast_channel *chan, struct ast_ivr_option *option,
|
|||||||
return res;
|
return res;
|
||||||
case AST_ACTION_MENU:
|
case AST_ACTION_MENU:
|
||||||
res = ast_ivr_menu_run_internal(chan, (struct ast_ivr_menu *)option->adata, cbdata);
|
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)
|
if (res == -2)
|
||||||
res = 0;
|
res = 0;
|
||||||
return res;
|
return res;
|
||||||
|
Reference in New Issue
Block a user