[asterisk-commits] mmichelson: trunk r196268 -	/trunk/channels/chan_sip.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri May 22 11:50:34 CDT 2009
    
    
  
Author: mmichelson
Date: Fri May 22 11:50:31 2009
New Revision: 196268
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=196268
Log:
s/it's/its/
Modified:
    trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=196268&r1=196267&r2=196268
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Fri May 22 11:50:31 2009
@@ -20350,7 +20350,7 @@
 			}
 		} else {
 			/* Notify the first other party that they are connected to someone else assuming that target.chan1
-			   has progressed far enough through the dialplan to have it's called party information set. */
+			   has progressed far enough through the dialplan to have its called party information set. */
 			if (current->chan2) {
 				ast_channel_lock(target.chan1);
 				ast_party_connected_line_copy(&connected_caller, &target.chan1->connected);
    
    
More information about the asterisk-commits
mailing list