Fix typo.

This commit is contained in:
Felix Geyer
2012-05-13 13:33:55 +02:00
parent 23792eb069
commit af726d465d
4 changed files with 5 additions and 5 deletions

View File

@@ -245,7 +245,7 @@ void KeePass2XmlWriter::writeGroup(const Group* group)
writeTriState("EnableAutoType", group->autoTypeEnabled());
writeTriState("EnableSearching", group->searchingEnabed());
writeTriState("EnableSearching", group->searchingEnabled());
writeUuid("LastTopVisibleEntry", group->lastTopVisibleEntry());