[asterisk-bugs] [Asterisk 0012183]: Spelling Mistake
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Mar 11 12:28:26 CDT 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=12183
======================================================================
Reported By: darrylc
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 12183
Category: Applications/app_exec
Reproducibility: always
Severity: text
Priority: normal
Status: assigned
Asterisk Version: 1.4.18
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 03-11-2008 11:38 CDT
Last Modified: 03-11-2008 12:28 CDT
======================================================================
Summary: Spelling Mistake
Description:
There is a spelling mistake in app_exec.c at line 186.
The word "Count", needs to be changed to "Could"
Change
ast_log(LOG_WARNING, "Count not find application! (%s)\n", myapp);
To
ast_log(LOG_WARNING, "Could not find application! (%s)\n", myapp);
Thanks :)
======================================================================
----------------------------------------------------------------------
svnbot - 03-11-08 12:28
----------------------------------------------------------------------
Repository: asterisk
Revision: 107582
U branches/1.4/apps/app_exec.c
------------------------------------------------------------------------
r107582 | file | 2008-03-11 12:28:25 -0500 (Tue, 11 Mar 2008) | 4 lines
Fix a minor spelling error.
(closes issue http://bugs.digium.com/view.php?id=12183)
Reported by: darrylc
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=107582
Issue History
Date Modified Username Field Change
======================================================================
03-11-08 12:28 svnbot Checkin
03-11-08 12:28 svnbot Note Added: 0083728
03-11-08 12:28 svnbot Status new => assigned
03-11-08 12:28 svnbot Assigned To => file
======================================================================
More information about the asterisk-bugs
mailing list