[Home]

Summary:ASTERISK-01031: typo in chan_sip.c
Reporter:andrewkt (andrewkt)Labels:
Date Opened:2004-02-14 23:56:59.000-0600Date Closed:2008-01-15 14:43:30.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In __sip_destroy(), this line:
ast_log(LOG_DEBUG, "Destorying call '%s'\n", p->callid);

should read:
ast_log(LOG_DEBUG, "Destroying call '%s'\n", p->callid);

The word Destroying is misspelled.
Comments:By: James Golovich (jamesgolovich) 2004-02-15 01:50:05.000-0600

Fixed in CVS

By: Brian West (bkw918) 2004-02-15 02:29:53.000-0600

fixed in cvs.

By: Digium Subversion (svnbot) 2008-01-15 14:43:29.000-0600

Repository: asterisk
Revision: 2165

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r2165 | citats | 2008-01-15 14:43:29 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix typo in chan_sip.c (bug ASTERISK-1031)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2165

By: Digium Subversion (svnbot) 2008-01-15 14:43:30.000-0600

Repository: asterisk
Revision: 2166

U   branches/v1-0_stable/channels/chan_sip.c

------------------------------------------------------------------------
r2166 | citats | 2008-01-15 14:43:30 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix typo in chan_sip.c (bug ASTERISK-1031)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2166