]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Typos: recieved => received
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Mon, 20 Dec 2010 09:13:41 +0000 (09:13 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Mon, 20 Dec 2010 09:13:41 +0000 (09:13 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@299003 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 80e8b754469887cd67f29855062f76b743a67300..9a6b9300ca4b74186e0791f56ea9cef13112e663 100644 (file)
@@ -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. */