fix: missing include added
[senf.git] / senf / Utils / Logger / Definitions.ih
index b222293..b7d8446 100644 (file)
 
 // Custom includes
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 // Implementation details concerning SENF_LOG_CLASS_AREA
 //
 // The SENF_LOG_CLASS_AREA statement shall declare the containing class as it's own default area. Of
-// course, we cannot make the containing class into an area. Therefor we need to trick around a bit:
+// course, we cannot make the containing class into an area. Therefore we need to trick around a bit:
 //
 // We begin by defining an area SENFLogArea with in the class. This area however is hacked, so that
 // it's name() member will return the name of the containing class (which is simple: just cut of the
@@ -86,7 +86,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f