Merge pull request #55 from timevortex/patch-1

correcting typo
This commit is contained in:
Nikolaj Schlej 2016-06-20 15:45:05 +02:00 committed by GitHub
commit 62d80d40da

View File

@ -2938,7 +2938,7 @@ STATUS FfsParser::addMemoryAddressesRecursive(const QModelIndex & index, const U
pdata.section.teImage.revision = 2; pdata.section.teImage.revision = 2;
} }
else { else {
msg(QObject::tr("addMemoryAddressesRecursive: image base is nether original nor adjusted, it's likely a part of backup PEI volume or DXE volume, but can also be damaged"), index); msg(QObject::tr("addMemoryAddressesRecursive: image base is neither original nor adjusted, it's likely a part of backup PEI volume or DXE volume, but can also be damaged"), index);
pdata.section.teImage.revision = 0; pdata.section.teImage.revision = 0;
} }
} }