[Asterisk-cvs] asterisk pbx.c,1.154.2.13,1.154.2.14

russell russell
Fri Aug 26 12:29:56 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7226

Modified Files:
      Tag: v1-0
	pbx.c 
Log Message:
spell them words cowrecktly (issue #4964)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.154.2.13
retrieving revision 1.154.2.14
diff -u -d -r1.154.2.13 -r1.154.2.14
--- pbx.c	28 Jul 2005 17:40:46 -0000	1.154.2.13
+++ pbx.c	26 Aug 2005 16:31:36 -0000	1.154.2.14
@@ -4037,7 +4037,7 @@
 			app = pbx_findapp(as->app);
 			if (app) {
 				if (option_verbose > 2)
-					ast_verbose(VERBOSE_PREFIX_3 "Lauching %s(%s) on %s\n", as->app, as->appdata, chan->name);
+					ast_verbose(VERBOSE_PREFIX_3 "Launching %s(%s) on %s\n", as->app, as->appdata, chan->name);
 				pbx_exec(chan, app, as->appdata, 1);
 			} else
 				ast_log(LOG_WARNING, "No such application '%s'\n", as->app);
@@ -4173,7 +4173,7 @@
 	app = pbx_findapp(tmp->app);
 	if (app) {
 		if (option_verbose > 3)
-			ast_verbose(VERBOSE_PREFIX_4 "Lauching %s(%s) on %s\n", tmp->app, tmp->data, tmp->chan->name);
+			ast_verbose(VERBOSE_PREFIX_4 "Launching %s(%s) on %s\n", tmp->app, tmp->data, tmp->chan->name);
 		pbx_exec(tmp->chan, app, tmp->data, 1);
 	} else
 		ast_log(LOG_WARNING, "No such application '%s'\n", tmp->app);




More information about the svn-commits mailing list