public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
@ 2019-09-13  8:54 Heinrich Schuchardt
  2019-09-16  2:30 ` [edk2-devel] " Eric Jin
       [not found] ` <15C4CA583562D0BC.29413@groups.io>
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2019-09-13  8:54 UTC (permalink / raw)
  To: EDK II Development
  Cc: Eric Jin, Supreeth Venkatesh, Stephano Cetola,
	Heinrich Schuchardt

%s/DupilicateDevicePath/DuplicateDevicePath/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 .../BlackBoxTest/DevicePathUtilitiesBBTestFunction.c          | 2 +-
 .../BlackBoxTest/DevicePathUtilitiesBBTestMain.c              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
index b434ae47..4efe0348 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestFunction.c
@@ -369,7 +369,7 @@ DevicePathUtilitiesDuplicateDevicePathFunctionTest (
                 StandardLib,
                 AssertionType,
                 gDevicePathUtilitiesBBTestFunctionAssertionGuid057,
-                L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DupilicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
+                L"EFI_DEVICE_PATH_UTILITIES_PROTOCOL - DuplicateDevicePath must correctly set the return EFI_DEVICE_PATH structure the same as the original one",
                 L"%a:%d:Status - %r",
                 __FILE__,
                 (UINTN)__LINE__,
diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
index b66eebf3..58d10099 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathUtilities/BlackBoxTest/DevicePathUtilitiesBBTestMain.c
@@ -72,8 +72,8 @@ EFI_BB_TEST_ENTRY_FIELD     gBBTestEntryField[] = {
   },
   {
     DEVICE_PATH_UTILITIES_PROTOCOL_DUPLICATEDEVICEPATH_FUNCTION_GUID,
-    L"DupilicateDevicePath_Functionality",
-    L"Invoke the DupilicateDevicePath and verify service correctness within test case",
+    L"DuplicateDevicePath_Functionality",
+    L"Invoke the DuplicateDevicePath and verify service correctness within test case",
     EFI_TEST_LEVEL_DEFAULT,
     gSupportProtocolGuid1,
     EFI_TEST_CASE_AUTO,
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-17  1:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-13  8:54 [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath Heinrich Schuchardt
2019-09-16  2:30 ` [edk2-devel] " Eric Jin
     [not found] ` <15C4CA583562D0BC.29413@groups.io>
2019-09-17  1:02   ` Eric Jin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox