[Home]

Summary:ASTERISK-11613: Spelling Mistake
Reporter:darrylc (darrylc)Labels:
Date Opened:2008-03-11 11:38:39Date Closed:2008-03-11 12:32:58
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_exec
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 1.4.diff.12183
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 :)
Comments:By: Brandon Kruse (bkruse) 2008-03-11 12:04:28

Patch for 1.4 (for convenience) uploaded.

Problem does NOT exist in trunk.

-bk

By: Digium Subversion (svnbot) 2008-03-11 12:28:26

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 ASTERISK-11613)
Reported by: darrylc

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

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

By: Digium Subversion (svnbot) 2008-03-11 12:30:43

Repository: asterisk
Revision: 107583

_U  trunk/

------------------------------------------------------------------------
r107583 | file | 2008-03-11 12:30:42 -0500 (Tue, 11 Mar 2008) | 11 lines

Blocked revisions 107582 via svnmerge

........
r107582 | file | 2008-03-11 14:32:17 -0300 (Tue, 11 Mar 2008) | 4 lines

Fix a minor spelling error.
(closes issue ASTERISK-11613)
Reported by: darrylc

........

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

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

By: Digium Subversion (svnbot) 2008-03-11 12:32:58

Repository: asterisk
Revision: 107584

_U  branches/1.6.0/

------------------------------------------------------------------------
r107584 | file | 2008-03-11 12:32:58 -0500 (Tue, 11 Mar 2008) | 18 lines

Blocked revisions 107583 via svnmerge

................
r107583 | file | 2008-03-11 14:34:46 -0300 (Tue, 11 Mar 2008) | 11 lines

Blocked revisions 107582 via svnmerge

........
r107582 | file | 2008-03-11 14:32:17 -0300 (Tue, 11 Mar 2008) | 4 lines

Fix a minor spelling error.
(closes issue ASTERISK-11613)
Reported by: darrylc

........

................

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

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