fix typo.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5445 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-06-22 22:29:28 +00:00
parent 699612c2cb
commit 0f6767a9e4
1 changed files with 1 additions and 1 deletions

View 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;