Fix typo.

This commit is contained in:
Felix Geyer 2016-04-09 16:02:49 +02:00
parent 4867d26f7d
commit bde4d63fdb

View File

@ -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 Q_NULLPTR;
}
}