]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorBrian West <brian@freeswitch.org>
Tue, 1 Jun 2010 22:25:25 +0000 (17:25 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 1 Jun 2010 22:25:25 +0000 (17:25 -0500)
src/mod/applications/mod_spandsp/mod_spandsp.c

index ba40d54e90383c591d09938fe139fd5f0a288c95..3c1c64fe47dd9607dc160c4069f540cc3ad81ad7 100644 (file)
@@ -201,7 +201,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_spandsp_init)
        SWITCH_ADD_APP(app_interface, "start_tone_detect", "Start background tone detection with cadence", "", start_tone_detect_app, "[name]", SAF_NONE);
        SWITCH_ADD_APP(app_interface, "stop_tone_detect", "Stop background tone detection with cadence", "", stop_tone_detect_app, "", SAF_NONE);
        SWITCH_ADD_API(api_interface, "start_tone_detect", "Start background tone detection with cadence", start_tone_detect_api, "[name]");
-       SWITCH_ADD_API(api_interface, "stop_tone_detect", "Stop backbground tone detection with cadence", stop_tone_detect_api, "");
+       SWITCH_ADD_API(api_interface, "stop_tone_detect", "Stop background tone detection with cadence", stop_tone_detect_api, "");
 
 
        mod_spandsp_fax_load(pool);