瀏覽代碼

msilo: typos

Дилян Палаузов 2 年之前
父節點
當前提交
3157cc16d4
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/modules/msilo/doc/msilo_admin.xml
  2. 2 2
      src/modules/msilo/msilo.c

+ 2 - 2
src/modules/msilo/doc/msilo_admin.xml

@@ -560,8 +560,8 @@ modparam("msilo", "use_contact", 0)
 	<section id="msilo.p.snd_time_avp">
 		<title><varname>snd_time_avp</varname> (str)</title>
 		<para>
-		The name of an AVP which may contain the time when to sent
-		the received message as reminder. The AVP is used ony by m_store().
+		The name of an AVP which may contain the time when to send
+		the received message as reminder. The AVP is used only by m_store().
 		</para>
 		<para>
 		If the parameter is not set, the module does not look for this AVP. If

+ 2 - 2
src/modules/msilo/msilo.c

@@ -99,7 +99,7 @@ MODULE_VERSION
 static db1_con_t *db_con = NULL;
 static db_func_t msilo_dbf;
 
-/** precessed msg list - used for dumping the messages */
+/** processed msg list - used for dumping the messages */
 msg_list ml = NULL;
 
 /** TM bind */
@@ -586,7 +586,7 @@ static int m_store(sip_msg_t *msg, str *owner_s)
 		} else {
 			duri = msg->new_uri;
 		}
-		LM_DBG("NEW R-URI found - check if is AoR!\n");
+		LM_DBG("NEW R-URI found - check if it is AoR!\n");
 		if(parse_uri(duri.s, duri.len, &puri) != 0) {
 			LM_ERR("bad dst R-URI!!\n");
 			goto error;