From c448bc9800266711e6a58f22390cf492e3ddd184 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 20 Dec 2010 09:13:41 +0000 Subject: [PATCH] Typos: recieved => received git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@299003 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 80e8b75446..9a6b9300ca 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. */ -- 2.47.2