summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@nuviainc.com>2021-05-05 23:04:55 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-05-17 02:10:31 +0000
commite0cb5e1814a67bb12dd476a72d1698350633bcbb (patch)
tree535094fade316b8293ffe58bbb4ace0e0afe2bac /MdeModulePkg/Universal
parent32928415e36b3e234efb5c24143e06060a68fba3 (diff)
downloadedk2-e0cb5e1814a67bb12dd476a72d1698350633bcbb.tar.gz
edk2-e0cb5e1814a67bb12dd476a72d1698350633bcbb.tar.bz2
edk2-e0cb5e1814a67bb12dd476a72d1698350633bcbb.zip
MdeModulePkg: Fix various typos
Fix various typos throughout MdeModulePkg. Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni2
-rw-r--r--MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf2
-rw-r--r--MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni8
-rw-r--r--MdeModulePkg/Universal/EbcDxe/EbcDxe.inf2
-rw-r--r--MdeModulePkg/Universal/EbcDxe/EbcDxe.uni2
5 files changed, 8 insertions, 8 deletions
diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni
index e7f16c4184..92cd5a1cbc 100644
--- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni
+++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni
@@ -2,7 +2,7 @@
// This is a sample HII driver.
//
// This driver shows how HII protocol, VFR and UNI files are used to create a HII
-// driver which can be dipslayed and configured by a UEFI HII Form Browser.
+// driver which can be displayed and configured by a UEFI HII Form Browser.
//
// Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
//
diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
index a277f641da..ca515207c4 100644
--- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
+++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
@@ -2,7 +2,7 @@
# This is a sample HII driver.
#
# This driver shows how HII protocol, VFR and UNI files are used to create a HII
-# driver which can be dipslayed and configured by a UEFI HII Form Browser.
+# driver which can be displayed and configured by a UEFI HII Form Browser.
#
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
#
diff --git a/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni b/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni
index 9587e935a6..8a3e286bec 100644
--- a/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni
+++ b/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni
@@ -267,12 +267,12 @@
#language fr-FR ""
#string STR_SUBMITTED_CALLBACK_TEST_PROMPT #language en-US "Submitted callback test"
#language fr-FR "Submitted callback test"
-#string STR_SUBMITTED_CALLBACK_TEST_HELP #language en-US "Change the value and press F10 to submmit will pop up a dialogue to show SUBMITTED Callback has been triggered"
- #language fr-FR "Change the value and press F10 to submmit will pop up a dialogue to show SUBMITTED Callback has been triggered"
+#string STR_SUBMITTED_CALLBACK_TEST_HELP #language en-US "Change the value and press F10 to submit will pop up a dialogue to show SUBMITTED Callback has been triggered"
+ #language fr-FR "Change the value and press F10 to submit will pop up a dialogue to show SUBMITTED Callback has been triggered"
#string STR_POPUP_TEST_PROMPT #language en-US "Select it to invoke Hii Popup Protocol"
#language fr-FR "Select it to invoke Hii Popup Protocol"
-#string STR_POPUP_TEST_HELP #language en-US "Select this question will pop up a message box, then user can decide whether exit curret form or not"
- #language fr-FR "Select this question will pop up a message box, then user can decide whether exit curret form or not"
+#string STR_POPUP_TEST_HELP #language en-US "Select this question will pop up a message box, then user can decide whether exit current form or not"
+ #language fr-FR "Select this question will pop up a message box, then user can decide whether exit current form or not"
#string STR_POPUP_STRING #language en-US "Are you sure to exit current form?"
#language fr-FR "Are you sure to exit current form?"
//
diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
index a38700df56..8f5fcbeb82 100644
--- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
+++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
@@ -1,5 +1,5 @@
## @file
-# Module that produces EBC Interprete and EBC Debug Support protocols.
+# Module that produces EBC Interpreter and EBC Debug Support protocols.
#
# This module implements EFI Byte Code (EBC) Virtual Machine that can provide
# platform and processor-independent mechanisms for loading and executing EFI
diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni b/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni
index 746d8b9118..cbe0c3f1cc 100644
--- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni
+++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni
@@ -1,5 +1,5 @@
// /** @file
-// Module that produces EBC Interprete and EBC Debug Support protocols.
+// Module that produces EBC Interpreter and EBC Debug Support protocols.
//
// This module implements EFI Byte Code (EBC) Virtual Machine that can provide
// platform and processor-independent mechanisms for loading and executing EFI