aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authortzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-20 09:14:29 +0000
committertzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-20 09:14:29 +0000
commitbc7757eea52bc1defe656da9befd822d146c4540 (patch)
tree91c74c99bd97f10d223ae9d4170273cd1d8595bd /channels
parentcd9755ae4f50c29e8ec01954d1abd658c380a09e (diff)
Typos: recieved => received
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@299004 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
-rw-r--r--channels/sig_pri.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6043e468b..86f86e0a5 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -20568,7 +20568,7 @@ static int handle_request_notify(struct sip_pvt *p, struct sip_request *req, str
}
} else if (!strcmp(event, "keep-alive")) {
/* Used by Sipura/Linksys for NAT pinhole,
- * just confirm that we recieved the packet. */
+ * just confirm that we received the packet. */
transmit_response(p, "200 OK", req);
} else if (!strcmp(event, "call-completion")) {
res = handle_cc_notify(p, req);
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;