summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
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/chan_sip.c
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/chan_sip.c')
-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 c5bd08c6f..691514ddc 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -20762,7 +20762,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);