summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-05-22 16:50:31 +0000
committerMark Michelson <mmichelson@digium.com>2009-05-22 16:50:31 +0000
commitee4f11cd24dc7f659ff76e47eff0825228a6eb65 (patch)
tree6299fd64d4fa85370867e396027521dc3f770af5 /channels
parent76e9c034beaa607bcb2019068b77844eced3d8b8 (diff)
s/it's/its/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 4679265e9..02762691e 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -20350,7 +20350,7 @@ static int local_attended_transfer(struct sip_pvt *transferer, struct sip_dual *
}
} 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);