Commit c00860f7ba5d183bbdaa84cab1c7f83555261a5a

Authored by Georg Hopp
1 parent b24cbd48

fix typo

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -64,7 +64,7 @@ TR_CLASSVARS_DECL(TR_EventDispatcher) {
64 64 void TR_eventDispatcherRegisterHandler(TR_EventDispatcher, TR_EventHandler);
65 65 void TR_eventDispatcherSetHeartbeat(TR_EventDispatcher, int);
66 66 int TR_eventDispatcherGetBeatTime(TR_EventDispatcher);
67   -int TR_eventDispatcherGerDataWaitTime(TR_EventDispatcher);
  67 +int TR_eventDispatcherGetDataWaitTime(TR_EventDispatcher);
68 68 void TR_eventDispatcherStart(TR_EventDispatcher);
69 69 void TR_eventDispatcherShutdown(TR_EventDispatcher);
70 70
... ...
Please register or login to post a comment