[Home]

Summary:ASTERISK-13908: [patch] Typo on format wav and wav_gsm ... must read frequency instead of freqency
Reporter:Joel Vandal (jvandal)Labels:
Date Opened:2009-04-06 18:34:34Date Closed:2009-04-07 19:10:48
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Formats/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) frequency-typo.diff
Description:A typo on formats/format_wav.c and formats/format_wav_gsm.c .

We must read :
 ast_log(LOG_WARNING, "Unexpected frequency %d\n", ltohl(freq));

instead of :
 ast_log(LOG_WARNING, "Unexpected freqency %d\n", ltohl(freq));

Comments:By: Digium Subversion (svnbot) 2009-04-07 19:09:05

Repository: asterisk
Revision: 186841

U   branches/1.4/formats/format_wav.c
U   branches/1.4/formats/format_wav_gsm.c

------------------------------------------------------------------------
r186841 | mmichelson | 2009-04-07 19:09:04 -0500 (Tue, 07 Apr 2009) | 8 lines

Fix a few typos of the word "frequency."

(closes issue ASTERISK-13908)
Reported by: jvandal
Patches:
     frequency-typo.diff uploaded by jvandal (license 413)


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

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

By: Digium Subversion (svnbot) 2009-04-07 19:09:29

Repository: asterisk
Revision: 186842

_U  trunk/
U   trunk/formats/format_wav.c
U   trunk/formats/format_wav_gsm.c

------------------------------------------------------------------------
r186842 | mmichelson | 2009-04-07 19:09:29 -0500 (Tue, 07 Apr 2009) | 14 lines

Merged revisions 186841 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
 r186841 | mmichelson | 2009-04-07 19:09:04 -0500 (Tue, 07 Apr 2009) | 8 lines
 
 Fix a few typos of the word "frequency."
 
 (closes issue ASTERISK-13908)
 Reported by: jvandal
 Patches:
       frequency-typo.diff uploaded by jvandal (license 413)
........

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

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

By: Digium Subversion (svnbot) 2009-04-07 19:09:54

Repository: asterisk
Revision: 186843

_U  branches/1.6.0/
U   branches/1.6.0/formats/format_wav.c
U   branches/1.6.0/formats/format_wav_gsm.c

------------------------------------------------------------------------
r186843 | mmichelson | 2009-04-07 19:09:54 -0500 (Tue, 07 Apr 2009) | 21 lines

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

................
 r186842 | mmichelson | 2009-04-07 19:09:28 -0500 (Tue, 07 Apr 2009) | 14 lines
 
 Merged revisions 186841 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r186841 | mmichelson | 2009-04-07 19:09:04 -0500 (Tue, 07 Apr 2009) | 8 lines
   
   Fix a few typos of the word "frequency."
   
   (closes issue ASTERISK-13908)
   Reported by: jvandal
   Patches:
         frequency-typo.diff uploaded by jvandal (license 413)
 ........
................

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

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

By: Digium Subversion (svnbot) 2009-04-07 19:10:15

Repository: asterisk
Revision: 186844

_U  branches/1.6.1/
U   branches/1.6.1/formats/format_wav.c
U   branches/1.6.1/formats/format_wav_gsm.c

------------------------------------------------------------------------
r186844 | mmichelson | 2009-04-07 19:10:15 -0500 (Tue, 07 Apr 2009) | 21 lines

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

................
 r186842 | mmichelson | 2009-04-07 19:09:28 -0500 (Tue, 07 Apr 2009) | 14 lines
 
 Merged revisions 186841 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r186841 | mmichelson | 2009-04-07 19:09:04 -0500 (Tue, 07 Apr 2009) | 8 lines
   
   Fix a few typos of the word "frequency."
   
   (closes issue ASTERISK-13908)
   Reported by: jvandal
   Patches:
         frequency-typo.diff uploaded by jvandal (license 413)
 ........
................

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

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

By: Digium Subversion (svnbot) 2009-04-07 19:10:47

Repository: asterisk
Revision: 186845

_U  branches/1.6.2/
U   branches/1.6.2/formats/format_wav.c
U   branches/1.6.2/formats/format_wav_gsm.c

------------------------------------------------------------------------
r186845 | mmichelson | 2009-04-07 19:10:47 -0500 (Tue, 07 Apr 2009) | 21 lines

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

................
 r186842 | mmichelson | 2009-04-07 19:09:28 -0500 (Tue, 07 Apr 2009) | 14 lines
 
 Merged revisions 186841 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r186841 | mmichelson | 2009-04-07 19:09:04 -0500 (Tue, 07 Apr 2009) | 8 lines
   
   Fix a few typos of the word "frequency."
   
   (closes issue ASTERISK-13908)
   Reported by: jvandal
   Patches:
         frequency-typo.diff uploaded by jvandal (license 413)
 ........
................

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

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