diff --git a/src/blackmisc/identifiable.cpp b/src/blackmisc/identifiable.cpp index 2ae6d024d..c3be8c285 100644 --- a/src/blackmisc/identifiable.cpp +++ b/src/blackmisc/identifiable.cpp @@ -20,7 +20,7 @@ namespace BlackMisc CIdentifiable::CIdentifiable(QObject *object) : m_identifier(object->objectName()) { - // if the object name changes we update our origiginator + // if the object name changes we update our originator this->m_connection = QObject::connect(object, &QObject::objectNameChanged, [this, object]() { this->m_identifier = CIdentifier(object->objectName());