[Home]

Summary:ASTERISK-14341: [patch] Several "recieved" typos in source files
Reporter:Olivier Krief (okrief)Labels:
Date Opened:2009-06-19 00:46:04Date Closed:2009-07-27 11:07:30
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bug15360_typo_diff.txt
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.
Comments:By: Alec Davis (alecdavis) 2009-06-21 01:25:32

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.

By: Digium Subversion (svnbot) 2009-07-23 15:45:47

Repository: asterisk
Revision: 208459

U   branches/1.6.1/apps/app_rpt.c
U   branches/1.6.1/pbx/pbx_dundi.c
U   branches/1.6.1/res/res_smdi.c

------------------------------------------------------------------------
r208459 | dbrooks | 2009-07-23 15:45:46 -0500 (Thu, 23 Jul 2009) | 6 lines

Just replacing typos "recieved" with "received".

(closes issue ASTERISK-14341)
Reported by: okrief


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

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

By: David Brooks (dbrooks) 2009-07-23 15:46:35

Typos fixed with revision 208459.

By: Digium Subversion (svnbot) 2009-07-27 11:06:19

Repository: asterisk
Revision: 209061

U   branches/1.6.0/pbx/pbx_dundi.c
U   branches/1.6.0/res/res_smdi.c

------------------------------------------------------------------------
r209061 | dbrooks | 2009-07-27 11:06:19 -0500 (Mon, 27 Jul 2009) | 4 lines

Just replacing typos "recieved" with "received".
From issue ASTERISK-14341, forgot to apply to trunk and other branches.


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

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

By: Digium Subversion (svnbot) 2009-07-27 11:07:30

Repository: asterisk
Revision: 209063

U   branches/1.6.2/apps/app_rpt.c
U   branches/1.6.2/pbx/pbx_dundi.c
U   branches/1.6.2/res/res_smdi.c

------------------------------------------------------------------------
r209063 | dbrooks | 2009-07-27 11:07:30 -0500 (Mon, 27 Jul 2009) | 4 lines

Just replacing typos "recieved" with "received".
From issue ASTERISK-14341, forgot to apply to trunk and other branches.


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

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