瀏覽代碼

nathelper: small spelling fixes

(cherry picked from commit 46dee155ee10a2f11ecfd41b103f92752042c5ec)
Henning Westerholt 4 年之前
父節點
當前提交
695439f128
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/nathelper/nathelper.c

+ 2 - 2
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) {
@@ -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) {