diff --git a/src/OpenMesh/Tools/Decimater/ModBaseT.hh b/src/OpenMesh/Tools/Decimater/ModBaseT.hh index 842b20a3..44177f5f 100644 --- a/src/OpenMesh/Tools/Decimater/ModBaseT.hh +++ b/src/OpenMesh/Tools/Decimater/ModBaseT.hh @@ -140,7 +140,7 @@ private: * and uses DECIMATER_MODNAME() to define the name of the module. * * \param Classname The name of the derived class. - * \param DecimaterT Pass here the decimater type, which is the + * \param MeshT Pass here the mesh type, which is the * template parameter passed to ModBaseT. * \param Name Give the module a name. */