[asterisk-bugs] [Asterisk 0015360]: [patch] Several "recieved" typos in source files
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jul 23 15:45:47 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15360
======================================================================
Reported By: okrief
Assigned To: dbrooks
======================================================================
Project: Asterisk
Issue ID: 15360
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
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-07-23 15:45 CDT
======================================================================
Summary: [patch] 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.
======================================================================
----------------------------------------------------------------------
(0108150) svnbot (reporter) - 2009-07-23 15:45
https://issues.asterisk.org/view.php?id=15360#c108150
----------------------------------------------------------------------
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 https://issues.asterisk.org/view.php?id=15360)
Reported by: okrief
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=208459
Issue History
Date Modified Username Field Change
======================================================================
2009-07-23 15:45 svnbot Checkin
2009-07-23 15:45 svnbot Note Added: 0108150
======================================================================
More information about the asterisk-bugs
mailing list