[Asterisk-cvs] asterisk/apps app_forkcdr.c, 1.4, 1.5 app_parkandannounce.c, 1.11, 1.12 app_read.c, 1.14, 1.15

markster at lists.digium.com markster at lists.digium.com
Tue Feb 15 20:58:56 CST 2005


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

Modified Files:
	app_forkcdr.c app_parkandannounce.c app_read.c 
Log Message:
Fix misspellings of separate (bug #3607)


Index: app_forkcdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_forkcdr.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- app_forkcdr.c	10 Jan 2005 14:46:59 -0000	1.4
+++ app_forkcdr.c	16 Feb 2005 02:58:17 -0000	1.5
@@ -20,7 +20,7 @@
 #include <string.h>
 #include <pthread.h>
 
-static char *tdesc = "Fork The CDR into 2 seperate entities.";
+static char *tdesc = "Fork The CDR into 2 separate entities.";
 static char *app = "ForkCDR";
 static char *synopsis = 
 "Forks the Call Data Record";

Index: app_parkandannounce.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_parkandannounce.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- app_parkandannounce.c	21 Jan 2005 07:06:24 -0000	1.11
+++ app_parkandannounce.c	16 Feb 2005 02:58:17 -0000	1.12
@@ -41,7 +41,7 @@
 static char *descrip =
 "  ParkAndAnnounce(announce:template|timeout|dial|[return_context]):\n"
 "Park a call into the parkinglot and announce the call over the console.\n"
-"announce template: colon seperated list of files to announce, the word PARKED\n"
+"announce template: colon separated list of files to announce, the word PARKED\n"
 "                   will be replaced by a say_digits of the ext the call is parked in\n"
 "timeout: time in seconds before the call returns into the return context.\n"
 "dial: The app_dial style resource to call to make the announcement. Console/dsp calls the console.\n"

Index: app_read.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_read.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- app_read.c	29 Dec 2004 19:20:18 -0000	1.14
+++ app_read.c	16 Feb 2005 02:58:17 -0000	1.15
@@ -76,7 +76,7 @@
 	if (data)
 		argcopy = ast_strdupa((char *)data);
 
-	if (ast_seperate_app_args(argcopy, '|', args, sizeof(args) / sizeof(args[0])) < 1) {
+	if (ast_separate_app_args(argcopy, '|', args, sizeof(args) / sizeof(args[0])) < 1) {
 		ast_log(LOG_WARNING, "Cannot Parse Arguements.\n");
 		return -1;
 	}




More information about the svn-commits mailing list