[Asterisk-cvs] asterisk app.c, 1.45, 1.46 dlfcn.c, 1.1, 1.2 indications.c, 1.21, 1.22

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


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

Modified Files:
	app.c dlfcn.c indications.c 
Log Message:
Fix misspellings of separate (bug #3607)


Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- app.c	23 Jan 2005 09:05:01 -0000	1.45
+++ app.c	16 Feb 2005 02:58:17 -0000	1.46
@@ -1053,7 +1053,7 @@
 	return count;
 }
 
-int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen)
+int ast_separate_app_args(char *buf, char delim, char **array, int arraylen)
 {
 	int x = 0;
 	memset(array, 0, arraylen * sizeof(char *));

Index: dlfcn.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dlfcn.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dlfcn.c	26 Oct 2003 19:17:28 -0000	1.1
+++ dlfcn.c	16 Feb 2005 02:58:17 -0000	1.2
@@ -270,7 +270,7 @@
  * trying to locate a module. We first look at the values of LD_LIBRARY_PATH
  * and DYLD_LIBRARY_PATH, and then finally fall back to looking into
  * /usr/lib and /lib. Since both of the environments variables can contain a
- * list of colon seperated paths, we simply concat them and the two other paths
+ * list of colon separated paths, we simply concat them and the two other paths
  * into one big string, which we then can easily parse.
  * Splitting this string into the actual path list is done by getSearchPath()
  */

Index: indications.c
===================================================================
RCS file: /usr/cvsroot/asterisk/indications.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- indications.c	16 Dec 2004 03:15:20 -0000	1.21
+++ indications.c	16 Feb 2005 02:58:17 -0000	1.22
@@ -13,7 +13,7 @@
  * This set of function allow us to play a list of tones on a channel.
  * Each element has two frequencies, which are mixed together and a
  * duration. For silence both frequencies can be set to 0.
- * The playtones can be given as a comma seperated string.
+ * The playtones can be given as a comma separated string.
  */
 
 #include <stdio.h>




More information about the svn-commits mailing list