[asterisk-commits] file: branch 1.4 r107582 - /branches/1.4/apps/app_exec.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 11 12:32:59 CDT 2008


Author: file
Date: Tue Mar 11 12:32:17 2008
New Revision: 107582

URL: http://svn.digium.com/view/asterisk?view=rev&rev=107582
Log:
Fix a minor spelling error.
(closes issue #12183)
Reported by: darrylc

Modified:
    branches/1.4/apps/app_exec.c

Modified: branches/1.4/apps/app_exec.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_exec.c?view=diff&rev=107582&r1=107581&r2=107582
==============================================================================
--- branches/1.4/apps/app_exec.c (original)
+++ branches/1.4/apps/app_exec.c Tue Mar 11 12:32:17 2008
@@ -183,7 +183,7 @@
 			if ((app = pbx_findapp(myapp))) {
 				res = pbx_exec(chan, app, mydata);
 			} else {
-				ast_log(LOG_WARNING, "Count not find application! (%s)\n", myapp);
+				ast_log(LOG_WARNING, "Could not find application! (%s)\n", myapp);
 				res = -1;
 			}
 		}




More information about the asterisk-commits mailing list