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

Author: Mikko Lehto <[email protected]>
Committer: Mikko Lehto <[email protected]>
Date: 2018-09-24T11:34:12+03:00

core: fix comment typo

---

Modified: src/core/msg_translator.c
Modified: src/core/msg_translator.h

---

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

---

diff --git a/src/core/msg_translator.c b/src/core/msg_translator.c
index 6929b22e0f..487215c655 100644
--- a/src/core/msg_translator.c
+++ b/src/core/msg_translator.c
@@ -2859,7 +2859,7 @@ char* via_builder( unsigned int *len,
        return line_buf;
 }
 
-/* creates a via header honoring the protocol of the incomming socket
+/* creates a via header honoring the protocol of the incoming socket
  * msg is an optional parameter */
 char* create_via_hf( unsigned int *len,
        struct sip_msg *msg,
diff --git a/src/core/msg_translator.h b/src/core/msg_translator.h
index b6360ce3ff..1300cb5742 100644
--- a/src/core/msg_translator.h
+++ b/src/core/msg_translator.h
@@ -111,7 +111,7 @@ char* via_builder( unsigned int *len,
        struct dest_info* send_info,
        str *branch, str* extra_params, struct hostport *hp );
 
-/* creates a via header honoring the protocol of the incomming socket
+/* creates a via header honoring the protocol of the incoming socket
  * msg is an optional parameter */
 char* create_via_hf( unsigned int *len,
        struct sip_msg *msg,


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to