From e5579db3555abdb7ef06ade0805e08793d56111f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 16 Jan 2015 11:01:04 +0000 Subject: [PATCH] Doxygen error git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1204 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Tools/Decimater/Observer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Tools/Decimater/Observer.hh b/src/OpenMesh/Tools/Decimater/Observer.hh index 791a5711..d89c2703 100644 --- a/src/OpenMesh/Tools/Decimater/Observer.hh +++ b/src/OpenMesh/Tools/Decimater/Observer.hh @@ -78,7 +78,7 @@ public: /** Create an observer * - * @param _notificationIntervall Interval of decimation steps between notifications. + * @param _notificationInterval Interval of decimation steps between notifications. */ Observer(size_t _notificationInterval);