[asterisk-bugs] [Asterisk 0014842]: [patch] Typo on format wav and wav_gsm ... must read frequency instead of freqency

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Apr 7 19:10:15 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14842 
====================================================================== 
Reported By:                jvandal
Assigned To:                mmichelson
====================================================================== 
Project:                    Asterisk
Issue ID:                   14842
Category:                   Formats/General
Reproducibility:            N/A
Severity:                   text
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 186712 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-04-06 18:34 CDT
Last Modified:              2009-04-07 19:10 CDT
====================================================================== 
Summary:                    [patch] Typo on format wav and wav_gsm ... must read
frequency instead of freqency
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));


====================================================================== 

---------------------------------------------------------------------- 
 (0102879) svnbot (reporter) - 2009-04-07 19:10
 http://bugs.digium.com/view.php?id=14842#c102879 
---------------------------------------------------------------------- 
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 http://bugs.digium.com/view.php?id=14842)
    Reported by: jvandal
    Patches:
          frequency-typo.diff uploaded by jvandal (license 413)
  ........
................

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-07 19:10 svnbot         Checkin                                      
2009-04-07 19:10 svnbot         Note Added: 0102879                          
======================================================================




More information about the asterisk-bugs mailing list