mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-21 04:28:26 -04:00
spelling correction, fixed typos
This commit is contained in:
parent
e41bf008e9
commit
3fca61dc24
4 changed files with 12 additions and 12 deletions
|
@ -699,7 +699,7 @@ Entry* KeePass2XmlReader::parseEntry(bool history)
|
|||
int iconId = readNumber();
|
||||
if (iconId < 0) {
|
||||
if (m_strictMode) {
|
||||
raiseError("Invalud entry icon number");
|
||||
raiseError("Invalid entry icon number");
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
@ -862,7 +862,7 @@ QPair<QString, QString> KeePass2XmlReader::parseEntryBinary(Entry* entry)
|
|||
m_xml.skipCurrentElement();
|
||||
}
|
||||
else {
|
||||
// format compatbility
|
||||
// format compatibility
|
||||
value = readBinary();
|
||||
bool isProtected = attr.hasAttribute("Protected")
|
||||
&& (attr.value("Protected") == "True");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue