From 83869461ab89ba47da559b40981dfc76ab21678a Mon Sep 17 00:00:00 2001 From: timevortex Date: Mon, 20 Jun 2016 23:43:09 +1000 Subject: [PATCH] correcting typo --- common/ffsparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ffsparser.cpp b/common/ffsparser.cpp index 95ceb40..88810bd 100644 --- a/common/ffsparser.cpp +++ b/common/ffsparser.cpp @@ -2938,7 +2938,7 @@ STATUS FfsParser::addMemoryAddressesRecursive(const QModelIndex & index, const U pdata.section.teImage.revision = 2; } 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; } }