aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
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 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. */