Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/format/KeePass2Reader.cpp
  • Loading branch information
debfx authored and droidmonkey committed Sep 30, 2016
1 parent d61e4d6 commit 8a7e988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format/KeePass2Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Database* KeePass2Reader::readDatabase(QIODevice* device, const CompositeKey& ke
if (!xmlReader.headerHash().isEmpty()) {
QByteArray headerHash = CryptoHash::hash(headerStream.storedData(), CryptoHash::Sha256);
if (headerHash != xmlReader.headerHash()) {
raiseError("Head doesn't match hash");
raiseError("Header doesn't match hash");
return nullptr;
}
}
Expand Down

0 comments on commit 8a7e988

Please sign in to comment.