diff options
author | Antoine Cœur <coeur@gmx.fr> | 2019-07-04 19:43:48 +0800 |
---|---|---|
committer | Feng, Bob C <bob.c.feng@intel.com> | 2019-07-08 08:59:29 +0800 |
commit | 2d53d54a5bf5f9ba9379e465f49ac9cdc55035de (patch) | |
tree | 86ad5a6b709e94b6e0d8195afa287c9784ed8e4f /BaseTools/Source/Python/UPT/Logger/StringTable.py | |
parent | d031fc07eb83c9d13bff3ebac25da458d5a47917 (diff) | |
download | edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.tar.gz edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.tar.bz2 edk2-2d53d54a5bf5f9ba9379e465f49ac9cdc55035de.zip |
BaseTools: Fix various typos
Fix various typos in BaseTools.
Signed-off-by: Cœur <coeur@gmx.fr>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/UPT/Logger/StringTable.py')
-rw-r--r-- | BaseTools/Source/Python/UPT/Logger/StringTable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py index 7782d26238..13c015844e 100644 --- a/BaseTools/Source/Python/UPT/Logger/StringTable.py +++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py @@ -251,7 +251,7 @@ ERR_ASBUILD_PCD_SECTION_TYPE = _("The AsBuilt INF file contains a PCD section ty ERR_ASBUILD_PATCHPCD_FORMAT_INVALID = _("The AsBuilt PatchPcd entry must contain 3 elements: PcdName|Value|Offset")
ERR_ASBUILD_PCDEX_FORMAT_INVALID = _("The AsBuilt PcdEx entry must contain one element: PcdName")
ERR_ASBUILD_PCD_VALUE_INVALID = \
- _("The AsBuilt PCD value %s is incorrect or not align with it's datum type %s. "
+ _("The AsBuilt PCD value %s is incorrect or not align with its datum type %s. "
"It must be corrected before continuing.")
ERR_ASBUILD_PCD_TOKENSPACE_GUID_VALUE_MISS = _("Package file value could not be retrieved for %s.")
ERR_ASBUILD_PCD_DECLARITION_MISS = _("PCD Declaration in DEC files could not be found for: %s.")
|