[Asterisk-cvs] asterisk/apps app_forkcdr.c, 1.1.2.1,
1.1.2.2 app_parkandannounce.c, 1.8.2.1, 1.8.2.2
russell at lists.digium.com
russell at lists.digium.com
Fri Feb 18 18:42:27 CST 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv3140/apps
Modified Files:
Tag: v1-0
app_forkcdr.c app_parkandannounce.c
Log Message:
fix misspelling of separate (bug #3607)
Index: app_forkcdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_forkcdr.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- app_forkcdr.c 25 Oct 2004 21:57:27 -0000 1.1.2.1
+++ app_forkcdr.c 19 Feb 2005 00:41:21 -0000 1.1.2.2
@@ -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.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- app_parkandannounce.c 9 Nov 2004 05:19:27 -0000 1.8.2.1
+++ app_parkandannounce.c 19 Feb 2005 00:41:21 -0000 1.8.2.2
@@ -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"
More information about the svn-commits
mailing list