[Freeswitch-svn] [commit] r9664 - freeswitch/trunk/src/mod/applications/mod_dptools

Freeswitch SVN mikej at freeswitch.org
Fri Sep 26 14:17:11 EDT 2008


Author: mikej
Date: Fri Sep 26 14:17:11 2008
New Revision: 9664

Modified:
   freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c

Log:
spellcheck

Modified: freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c	Fri Sep 26 14:17:11 2008
@@ -1775,7 +1775,7 @@
 	   path and right side as a time limit on the recording
 	*/
 
-	/* if we find a + and the charecter before it is a space */
+	/* if we find a + and the character before it is a space */
 	if ((path_end = strrchr(path, '+')) && path_end > path && *(path_end - 1) == ' ') {
 		char *limit_start = path_end + 1;
 



More information about the Freeswitch-svn mailing list