Utils: fixed typo on TypeIdValue
[senf.git] / senf / Utils / TypeIdValue.cti
index a90b470..1bd58b6 100644 (file)
@@ -37,7 +37,7 @@ prefix_ senf::TypeIdValue const senf::typeIdValue()
 }
 
 template <class Type>
-prefix_ senf::TypeIdValue const senf::typeidValue(Type const & ob)
+prefix_ senf::TypeIdValue const senf::typeIdValue(Type const & ob)
 {
     return typeid(ob);
 }