Explorar o código

uac_redirect: fixed typo in comments

Daniel-Constantin Mierla %!s(int64=11) %!d(string=hai) anos
pai
achega
80d55e19f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 */