fix: missing include added
[senf.git] / senf / Utils / IgnoreValue.hh
index 061193d..591a38a 100644 (file)
 // Custom includes
 
 //#include "IgnoreValue.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     /** \brief Explicitly ignore a value
 
-        To explicitly ingore a value (e.g. the return value of a function), pass that value to
+        To explicitly ignore a value (e.g. the return value of a function), pass that value to
         senf::IGNORE(). This has the added benefit of silencing \em any warnings about ignored
         values by g++.
      */
@@ -46,7 +46,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "IgnoreValue.cci"
 //#include "IgnoreValue.ct"
 #include "IgnoreValue.cti"