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