[Home]

Summary:ASTERISK-11820: Spelling of "existent"
Reporter:Brian Candler (candlerb)Labels:
Date Opened:2008-04-10 08:05:56Date Closed:2008-04-10 08:41:40
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Spelling should be "existent" not "existant"

Only affects debug logs from skinny and unistim channels


****** ADDITIONAL INFORMATION ******

$ find . -type f | grep -v \\.svn | xargs grep -i existant
./main/rtp.c:   /* Consider empty media as non-existant */
./channels/chan_skinny.c:               ast_log(LOG_WARNING, "Asked to transmit to a non-existant session!\n");
./channels/chan_unistim.c:              ast_log(LOG_WARNING, "Trying to delete non-existant session %p?\n", s);
./channels/chan_unistim.c:                                      "%s Error : ACK received for a non-existant packet : #0x%.4x\n",
./channels/chan_unistim.c:                                      "%s Error : received a request for a non-existant packet : #0x%.4x\n",
Comments:By: Digium Subversion (svnbot) 2008-04-10 08:40:47

Repository: asterisk
Revision: 114024

U   trunk/channels/chan_skinny.c
U   trunk/channels/chan_unistim.c
U   trunk/main/rtp.c

------------------------------------------------------------------------
r114024 | file | 2008-04-10 08:40:46 -0500 (Thu, 10 Apr 2008) | 4 lines

Fix spelling of existent in a few places.
(closes issue ASTERISK-11820)
Reported by: candlerb

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

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

By: Digium Subversion (svnbot) 2008-04-10 08:41:40

Repository: asterisk
Revision: 114025

_U  branches/1.6.0/
U   branches/1.6.0/channels/chan_skinny.c
U   branches/1.6.0/channels/chan_unistim.c
U   branches/1.6.0/main/rtp.c

------------------------------------------------------------------------
r114025 | file | 2008-04-10 08:41:39 -0500 (Thu, 10 Apr 2008) | 12 lines

Merged revisions 114024 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r114024 | file | 2008-04-10 10:45:45 -0300 (Thu, 10 Apr 2008) | 4 lines

Fix spelling of existent in a few places.
(closes issue ASTERISK-11820)
Reported by: candlerb

........

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

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