]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jan 2012 22:07:48 +0000 (16:07 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jan 2012 22:07:48 +0000 (16:07 -0600)
src/mod/applications/mod_httapi/mod_httapi.c

index 5b7e96578361caaefd1d1d19e0a900f44f877c8d..06e762803a96ff20d78b16ab2e794d3adec5f8cc 100644 (file)
@@ -2642,7 +2642,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_httapi_load)
        bind_parser("break", parse_break);
        bind_parser("log", parse_log);
        bind_parser("continue", parse_continue);
-       bind_parser("setVar", parse_get_var);
+       bind_parser("getVariable", parse_get_var);
        bind_parser("voicemail", parse_voicemail);
 
        if (do_config() != SWITCH_STATUS_SUCCESS) {