浏览代码

small spelling fix in docs and comment

Henning Westerholt 16 年之前
父节点
当前提交
45974eba79
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      forward.c
  2. 1 1
      modules_s/auth/doc/params.xml

+ 1 - 1
forward.c

@@ -407,7 +407,7 @@ int forward_request(struct sip_msg* msg, str* dst, unsigned short port,
 		}
 		}
 	}
 	}
 	/* try to send the message until success or all the ips are exhausted
 	/* try to send the message until success or all the ips are exhausted
-	 *  (if dns lookup is peformed && the dns cache used ) */
+	 *  (if dns lookup is performed && the dns cache used ) */
 #ifdef USE_DNS_FAILOVER
 #ifdef USE_DNS_FAILOVER
 	do{
 	do{
 #endif
 #endif

+ 1 - 1
modules_s/auth/doc/params.xml

@@ -24,7 +24,7 @@
 	    These three module parameters control which optional integrity
 	    These three module parameters control which optional integrity
          checks will be performed on the SIP message carrying digest response
          checks will be performed on the SIP message carrying digest response
         during digest authentication. <varname>auth_check_register</varname>
         during digest authentication. <varname>auth_check_register</varname>
-        controls integrity checks to be peformed on REGISTER messages,
+        controls integrity checks to be performed on REGISTER messages,
         <varname>auth_checks_no_dlg</varname> controls which optional
         <varname>auth_checks_no_dlg</varname> controls which optional
         integrity checks will be performed on SIP requests that have no To
         integrity checks will be performed on SIP requests that have no To
         header field or no To tag (in other words the requests either
         header field or no To tag (in other words the requests either