ソースを参照

uac_redirect: fixed typo in comments

Daniel-Constantin Mierla 11 年 前
コミット
80d55e19f1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      modules/uac_redirect/rd_funcs.c

+ 1 - 1
modules/uac_redirect/rd_funcs.c

@@ -223,7 +223,7 @@ static int shmcontact2dset(struct sip_msg *req, struct sip_msg *sh_rpl,
 		/* contact header is not parsed */
 		if ( sh_rpl->msg_flags&FL_SHM_CLONE ) {
 			/* duplicate the reply into private memory to be able 
-			 * to parse it and after words to free the parsed mems */
+			 * to parse it and afterwards to free the parsed mems */
 			memcpy( &dup_rpl, sh_rpl, sizeof(struct sip_msg) );
 			dup = 2;
 			/* ok -> force the parsing of contact header */