]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo.
authorMichael Jerris <mike@jerris.com>
Fri, 22 Jun 2007 22:29:28 +0000 (22:29 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 22 Jun 2007 22:29:28 +0000 (22:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5445 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index c3e1b495e8c19b700bb4f46b7c26e0e30376996a..e543e19ec63f48f141e489f0c07c2417399cea12 100644 (file)
@@ -1817,7 +1817,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dingaling_load)
        /* connect my internal structure to the blank pointer passed to me */
        *module_interface = switch_loadable_module_create_module_interface(pool, modname);
        channel_endpoint_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_ENDPOINT_INTERFACE);
-       channel_endpoint_interface->interface_name = "digngaling";
+       channel_endpoint_interface->interface_name = "dingaling";
        channel_endpoint_interface->io_routines = &channel_io_routines;
        channel_endpoint_interface->state_handler = &channel_event_handlers;