Module: kamailio
Branch: master
Commit: 46dee155ee10a2f11ecfd41b103f92752042c5ec
URL:
https://github.com/kamailio/kamailio/commit/46dee155ee10a2f11ecfd41b103f927…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2021-03-22T19:51:32Z
nathelper: small spelling fixes
---
Modified: src/modules/nathelper/nathelper.c
---
Diff:
https://github.com/kamailio/kamailio/commit/46dee155ee10a2f11ecfd41b103f927…
Patch:
https://github.com/kamailio/kamailio/commit/46dee155ee10a2f11ecfd41b103f927…
---
diff --git a/src/modules/nathelper/nathelper.c b/src/modules/nathelper/nathelper.c
index b883b52472..baae1dbb6b 100644
--- a/src/modules/nathelper/nathelper.c
+++ b/src/modules/nathelper/nathelper.c
@@ -2139,7 +2139,7 @@ static void nh_timer(unsigned int ticks, void *timer_idx)
else
dst_uri = &c;
- /* determin the destination */
+ /* determine the destination */
if(path.len && (flags & sipping_flag) != 0) {
/* send to first URI in path */
if(get_path_dst_uri(&path, &opt) < 0) {
@@ -2177,7 +2177,7 @@ static void nh_timer(unsigned int ticks, void *timer_idx)
if(curi.port_no == 0)
curi.port_no = SIP_PORT;
proto = curi.proto;
- /* we sholud get rid of this resolve (to ofen and to slow); for the
+ /* we should get rid of this resolve (to often and to slow); for the
* moment we are lucky since the curi is an IP -bogdan */
he = sip_resolvehost(&curi.host, &curi.port_no, &proto);
if(he == NULL) {