Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-06-26 01:10:42 +0400
committerFelix Geyer <debfx@fobos.de>2011-06-26 01:10:42 +0400
commit2adf3770b0b5ea9b34e25fe9491ed3036d617d9f (patch)
treec95b2f2513098c8abfb6f1bb1e1b9c02a3b31ab6 /src
parentcfb55828b651615140ca9163c54a6bda685e7282 (diff)
Fix typo.
aka project might be still alive commit
Diffstat (limited to 'src')
-rw-r--r--src/core/Entry.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}