fixed some minor documentation typos
[senf.git] / senf / Scheduler / Scheduler.hh
index 6ecef0d..135c612 100644 (file)
@@ -37,7 +37,7 @@
 #include "EventHook.hh"
 
 //#include "scheduler.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -60,7 +60,7 @@ namespace senf {
     The Scheduler is based on the RAII principle: Every event is represented by a class
     instance. The event is registered in the constructor and removed by the destructor of that
     instance. This implementation automatically links the lifetime of an event with the lifetime of
-    the object resposible for it's creation.
+    the object responsible for it's creation.
 
     Every event registration is represented by an instance of an event specific class:
 
@@ -337,7 +337,7 @@ namespace scheduler {
 
     /** \brief %scheduler specific time source for Utils/Logger framework
 
-        This time source may be used to provide timing information for log messages within the
+        This time source may be used to provide timing information for %log messages within the
         Utils/Logger framework. This time source will use Scheduler::eventTime() to provide timing
         information.
 
@@ -393,7 +393,7 @@ namespace scheduler {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "Scheduler.cci"
 //#include "Scheduler.ct"
 //#include "Scheduler.cti"