[asterisk-bugs] [Asterisk 0015360]: Several "recieved" typos in source files

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Jun 21 01:25:32 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15360 
====================================================================== 
Reported By:                okrief
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15360
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.1.0 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-06-19 00:46 CDT
Last Modified:              2009-06-21 01:25 CDT
====================================================================== 
Summary:                    Several "recieved" typos in source files
Description: 
In 4 files (see bellow), the word "recieved" is used (instead of
"received").

# cd /usr/src/asterisk-1.6.1.0
# grep -R recieved *
apps/app_rpt.c:         if (debug > 6) ast_log(LOG_NOTICE,"@@@@ node %s
recieved node list %s from node %s\n",
ChangeLog:        time that the feature digit was recieved. However,
res_features
pbx/pbx_dundi.c:                   first command in the dialog and only if
we haven't recieved final notification */
res/res_smdi.c:                 ast_log(LOG_ERROR, "Unknown SMDI message
type recieved on %s (M%c).\n", iface->name, c);

As I'm not fluent enough with diff tools, I don't provide patch for these
typos.

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

---------------------------------------------------------------------- 
 (0106754) alecdavis (reporter) - 2009-06-21 01:25
 https://issues.asterisk.org/view.php?id=15360#c106754 
---------------------------------------------------------------------- 
I should probably say have a read of
http://www.asterisk.org/developers/bug-guidelines

But it's as easy as;

change only what you need, ie - ei
don't change the formatting.

Then in your case
  cd /usr/src/asterisk-1.6.1.0
  svn diff > bug15360_typo_diff.txt

check the file bug15360_typo_diff.txt only has your changes.

Then upload bug15360_typo_diff.txt 

make sure you apply for a license

Keeping the change short, is bound to get accepted, too many changes has a
scare factor and may not be accepted.

Cheeky comments like 'easy karma' remind the bug marshal to issue them,
we're all in this for some gain, I think the Bug Guidelines suggest such,
as it's easily over looked. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-21 01:25 alecdavis      Note Added: 0106754                          
======================================================================




More information about the asterisk-bugs mailing list