Utils: fixed typo on TypeIdValue
[senf.git] / senf / Utils / TypeIdValue.hh
index d147f47..182c3c9 100644 (file)
@@ -88,7 +88,7 @@ namespace senf {
         \related TypeIdValue
      */
     template <class Type>
-    TypeIdValue const typeidValue(Type const & ob);
+    TypeIdValue const typeIdValue(Type const & ob);
 
     /** 
         \related TypeIdValue