From c00860f7ba5d183bbdaa84cab1c7f83555261a5a Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 11 Aug 2014 19:11:35 +0100 Subject: [PATCH] fix typo --- include/tr/event_dispatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tr/event_dispatcher.h b/include/tr/event_dispatcher.h index bb465f7..47de8e0 100644 --- a/include/tr/event_dispatcher.h +++ b/include/tr/event_dispatcher.h @@ -64,7 +64,7 @@ TR_CLASSVARS_DECL(TR_EventDispatcher) { void TR_eventDispatcherRegisterHandler(TR_EventDispatcher, TR_EventHandler); void TR_eventDispatcherSetHeartbeat(TR_EventDispatcher, int); int TR_eventDispatcherGetBeatTime(TR_EventDispatcher); -int TR_eventDispatcherGerDataWaitTime(TR_EventDispatcher); +int TR_eventDispatcherGetDataWaitTime(TR_EventDispatcher); void TR_eventDispatcherStart(TR_EventDispatcher); void TR_eventDispatcherShutdown(TR_EventDispatcher);