Skip to content

Commit

Permalink
nathelper: small spelling fixes
Browse files Browse the repository at this point in the history
(cherry picked from commit 46dee15)
  • Loading branch information
henningw authored and miconda committed Mar 29, 2021
1 parent 3141310 commit 695439f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/nathelper/nathelper.c
Expand Up @@ -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) {
Expand Down Expand Up @@ -2178,7 +2178,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) {
Expand Down

0 comments on commit 695439f

Please sign in to comment.