summaryrefslogtreecommitdiff
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-20 09:14:45 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-20 09:14:45 +0000
commit6307b6fe3a604efc3c0985247deae3c55319f0fc (patch)
treec826f1c2c7c4dbeb76fa70f5ca162cc53087bfad /channels/sig_pri.h
parentb98e47d1195bd6e1da8aae20844095bec1d88847 (diff)
Typos: recieved => received
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299005 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 8f2ee20e4..c981cfbb8 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -206,7 +206,7 @@ struct sig_pri_chan {
struct pri_subcmd_aoc_e aoc_e;
int aoc_s_request_invoke_id; /*!< If an AOC-S request was present for the call, this is the invoke_id to use for the response */
unsigned int aoc_s_request_invoke_id_valid:1; /*!< This is set when the AOC-S invoke id is present */
- unsigned int waiting_for_aoce:1; /*!< Delaying hangup for AOC-E msg. If this is set and AOC-E is recieved, continue with hangup before timeout period. */
+ unsigned int waiting_for_aoce:1; /*!< Delaying hangup for AOC-E msg. If this is set and AOC-E is received, continue with hangup before timeout period. */
unsigned int holding_aoce:1; /*!< received AOC-E msg from asterisk. holding for disconnect/release */
#endif /* defined(HAVE_PRI_AOC_EVENTS) */
unsigned int inalarm:1;