summaryrefslogtreecommitdiff
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 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);