[sr-dev] git:master:f7ac556e: rtpproxy: fix comment typo

Mikko Lehto mslehto at iki.fi
Mon Sep 24 10:35:20 CEST 2018


Module: kamailio
Branch: master
Commit: f7ac556e699d323e816c14a554122c87d38b3a83
URL: https://github.com/kamailio/kamailio/commit/f7ac556e699d323e816c14a554122c87d38b3a83

Author: Mikko Lehto <mslehto at iki.fi>
Committer: Mikko Lehto <mslehto at iki.fi>
Date: 2018-09-24T11:34:12+03:00

rtpproxy: fix comment typo

---

Modified: src/modules/rtpproxy/rtpproxy.c

---

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

---

diff --git a/src/modules/rtpproxy/rtpproxy.c b/src/modules/rtpproxy/rtpproxy.c
index b0b7a67fcf..b2c9f5c0b6 100644
--- a/src/modules/rtpproxy/rtpproxy.c
+++ b/src/modules/rtpproxy/rtpproxy.c
@@ -2641,7 +2641,7 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer,
 			LM_DBG("alter port body1='%.*s'\n", body1.len, body1.s);
 #endif
 			/* do not do it if old port was 0 (means media disable)
-			 * - check if actually should be better done in rtpptoxy,
+			 * - check if actually should be better done in rtpproxy,
 			 *   by returning also 0
 			 * - or by not sending to rtpproxy the old port if 0
 			 */




More information about the sr-dev mailing list