[sr-dev] git:5.2:073212e0: sipcapture: fix typo

Henning Westerholt hw at skalatan.de
Fri Feb 21 17:21:11 CET 2020


Module: kamailio
Branch: 5.2
Commit: 073212e027e4e90b4520b32d5563d53afd22e0d9
URL: https://github.com/kamailio/kamailio/commit/073212e027e4e90b4520b32d5563d53afd22e0d9

Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-02-21T17:19:55+01:00

sipcapture: fix typo

(cherry picked from commit d4d7a8bb27426045de9afd8636729426a346ca79)

---

Modified: src/modules/sipcapture/hep.c
Modified: src/modules/sipcapture/sipcapture.c

---

Diff:  https://github.com/kamailio/kamailio/commit/073212e027e4e90b4520b32d5563d53afd22e0d9.diff
Patch: https://github.com/kamailio/kamailio/commit/073212e027e4e90b4520b32d5563d53afd22e0d9.patch

---

diff --git a/src/modules/sipcapture/hep.c b/src/modules/sipcapture/hep.c
index 0430b96969..f58cd7bf5e 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 dbb53c0537..f880ec4457 100644
--- a/src/modules/sipcapture/sipcapture.c
+++ b/src/modules/sipcapture/sipcapture.c
@@ -2424,7 +2424,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);




More information about the sr-dev mailing list