Module: sip-router
Branch: master
Commit: 80d55e19f18a93cc15f7f4eadb2828210bf15970
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80d55e19f18a93cc15f7f4eadb2828210bf15970

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Wed Jan  8 18:09:18 2014 +0100

uac_redirect: fixed typo in comments

---

 modules/uac_redirect/rd_funcs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/uac_redirect/rd_funcs.c b/modules/uac_redirect/rd_funcs.c
index aa8dbd0..f85d84d 100644
--- a/modules/uac_redirect/rd_funcs.c
+++ b/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 */


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to