diff options
Diffstat (limited to 'src/game/WorldSocketMgr.cpp')
| -rw-r--r-- | src/game/WorldSocketMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSocketMgr.cpp b/src/game/WorldSocketMgr.cpp index 36203e8fb01..a11960f33f5 100644 --- a/src/game/WorldSocketMgr.cpp +++ b/src/game/WorldSocketMgr.cpp @@ -165,7 +165,7 @@ protected: while (!m_Reactor->reactor_event_loop_done ()) { - // dont be too smart to move this outside the loop + // Don't be too smart to move this outside the loop // the run_reactor_event_loop will modify interval ACE_Time_Value interval (0, 10000); |
