aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-20 09:13:41 +0000
committertzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-20 09:13:41 +0000
commit2e001c647874cdc35ece0847b192357c5515546e (patch)
treecee05b8d55d1566b19fb8c8ebc4e04dd54a8381d
parentbf22ec6991660cec25f52cea23e98d59fc386fa2 (diff)
Typos: recieved => received
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@299003 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 80e8b7544..9a6b9300c 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -19368,7 +19368,7 @@ static int handle_request_notify(struct sip_pvt *p, struct sip_request *req, str
transmit_response(p, "200 OK", req);
} 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 {
/* We don't understand this event. */