[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:09:05 CDT 2009


The following issue has been RESOLVED. 
====================================================================== 
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:                     resolved
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:09 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));


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

---------------------------------------------------------------------- 
 (0102876) svnbot (reporter) - 2009-04-07 19:09
 http://bugs.digium.com/view.php?id=14842#c102876 
---------------------------------------------------------------------- 
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 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=186841 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-07 19:09 svnbot         Note Added: 0102876                          
2009-04-07 19:09 svnbot         Status                   new => assigned     
2009-04-07 19:09 svnbot         Assigned To               => mmichelson      
2009-04-07 19:09 svnbot         Status                   assigned => resolved
2009-04-07 19:09 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list