]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
spellcheck
authorMichael Jerris <mike@jerris.com>
Fri, 26 Sep 2008 18:17:11 +0000 (18:17 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 26 Sep 2008 18:17:11 +0000 (18:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9664 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c

index fcd7161da6c486a3a8d48834ec3b013371882016..a3793baa6d528fdf19bcffa89b01d60ae48ec681 100644 (file)
@@ -1775,7 +1775,7 @@ SWITCH_STANDARD_APP(record_session_function)
           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;