From f91739ec9a5e01741199ca347296a60ba0be1353 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sat, 31 Jan 2015 15:42:19 -0800 Subject: [PATCH] fix Doxygen typo --- src/core/model/object-base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/model/object-base.h b/src/core/model/object-base.h index 533897ba2..69804c193 100644 --- a/src/core/model/object-base.h +++ b/src/core/model/object-base.h @@ -191,7 +191,7 @@ public: protected: /** - * Notifier called once the ObjectBase is fully constructucted. + * Notifier called once the ObjectBase is fully constructed. * * This method is invoked once all member attributes have been * initialized. Subclasses can override this method to be notified