diff --git a/src/core/Entry.cpp b/src/core/Entry.cpp index c2c01b6a2..0495fea52 100644 --- a/src/core/Entry.cpp +++ b/src/core/Entry.cpp @@ -224,7 +224,7 @@ void Entry::addAttribute(const QString& key, const QString& value, bool protect) m_protectedAttributes.insert(key); } - // TODO add all visible oclumns + // TODO add all visible columns if (key == "Title") { Q_EMIT dataChanged(this); }