diff --git a/src/modules/sipcapture/hep.c b/src/modules/sipcapture/hep.c index f435477a09c..76062410744 100644 --- a/src/modules/sipcapture/hep.c +++ b/src/modules/sipcapture/hep.c @@ -493,7 +493,7 @@ int parsing_hepv3_message(char *buf, unsigned int len) ri.bind_address = si; if(payload != NULL) { - /* and now recieve message */ + /* and now receive message */ if(hg->proto_t->data == 5) receive_logging_json_msg(payload, payload_len, hg, "rtcp_capture"); else if(hg->proto_t->data == 32) diff --git a/src/modules/sipcapture/sipcapture.c b/src/modules/sipcapture/sipcapture.c index 3622feea503..10e9d90e4dd 100644 --- a/src/modules/sipcapture/sipcapture.c +++ b/src/modules/sipcapture/sipcapture.c @@ -2421,7 +2421,7 @@ int raw_capture_rcv_loop(int rsock, int port1, int port2, int ipip) ri.bind_address = si; - /* and now recieve message */ + /* and now receive message */ receive_msg(buf + offset, len, &ri); if(si) pkg_free(si);