Packets/DefaultBundle: added EUI64Parser
[senf.git] / senf / Scheduler / TimerEventProxy.hh
index 8e813b7..d1fb5ad 100644 (file)
@@ -41,7 +41,7 @@ namespace scheduler {
 
     /** \brief Deadline timer proxy
 
-        The TimerEventProxy is meant to host long term deadline timers to reduce the load of the
+        The TimerEventProxy is meant to host long %term deadline timers to reduce the load of the
         Scheduler with a huge count of TimerEvent items. It registers deadline timer callbacks which
         will be called when the timer expires.