]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a minor spelling error.
authorJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2007 16:17:24 +0000 (16:17 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2007 16:17:24 +0000 (16:17 +0000)
(closes issue #10769)
Reported by: flefoll
Patches:
      chan_sip.c.trunk.83071.inita-patch uploaded by flefoll (license 244)
      chan_sip.c.br14.83070.inita-patch uploaded by flefoll (license 244)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83230 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 3c61b475fa7f15eccbed3cdeaf25c2b873010122..5502c5ab80230fa8c7aeb8094b648c3ecc890f93 100644 (file)
@@ -2034,7 +2034,7 @@ static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, int seqno, int res
                ast_sched_del(sched, pkt->retransid);
        pkt->retransid = ast_sched_add_variable(sched, siptimer_a, retrans_pkt, pkt, 1);
        if (option_debug > 3 && sipdebug)
-               ast_log(LOG_DEBUG, "*** SIP TIMER: Initalizing retransmit timer on packet: Id  #%d\n", pkt->retransid);
+               ast_log(LOG_DEBUG, "*** SIP TIMER: Initializing retransmit timer on packet: Id  #%d\n", pkt->retransid);
        pkt->next = p->packets;
        p->packets = pkt;
        if (sipmethod == SIP_INVITE) {