[Asterisk-cvs] asterisk dlfcn.c, 1.1, 1.1.4.1 indications.c, 1.19,
1.19.2.1
russell at lists.digium.com
russell at lists.digium.com
Fri Feb 18 18:42:26 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv3140
Modified Files:
Tag: v1-0
dlfcn.c indications.c
Log Message:
fix misspelling of separate (bug #3607)
Index: dlfcn.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dlfcn.c,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- dlfcn.c 26 Oct 2003 19:17:28 -0000 1.1
+++ dlfcn.c 19 Feb 2005 00:41:21 -0000 1.1.4.1
@@ -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.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- indications.c 18 Jul 2004 15:58:57 -0000 1.19
+++ indications.c 19 Feb 2005 00:41:21 -0000 1.19.2.1
@@ -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