]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 7 Oct 2011 14:06:49 +0000 (09:06 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 7 Oct 2011 14:06:49 +0000 (09:06 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index 011acd43c335d9f177eceed3f46c55b153cd32f7..fe82187d6c6d0a2abb2165105aa2b5c40524ecbc 100755 (executable)
@@ -3986,7 +3986,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dptools_load)
                                   SAF_SUPPORT_NOMEDIA);
        SWITCH_ADD_APP(app_interface, "send_dtmf", "Send dtmf to be sent", "Send dtmf to be sent from a session", send_dtmf_function, "<dtmf_data>",
                                   SAF_SUPPORT_NOMEDIA);
-       SWITCH_ADD_APP(app_interface, "sched_cencel", "cancel scheduled tasks", "cancel scheduled tasks", sched_cancel_function, "[group]",
+       SWITCH_ADD_APP(app_interface, "sched_cancel", "cancel scheduled tasks", "cancel scheduled tasks", sched_cancel_function, "[group]",
                                   SAF_SUPPORT_NOMEDIA);
        SWITCH_ADD_APP(app_interface, "sched_hangup", SCHED_HANGUP_DESCR, SCHED_HANGUP_DESCR, sched_hangup_function, "[+]<time> [<cause>]",
                                   SAF_SUPPORT_NOMEDIA);