Pushed at 31a013a99e6db509dfdbe83dd874cc2ac014c4aa -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Eric Jin Sent: Monday, September 16, 2019 10:30 AM To: [email protected]; [email protected] Cc: Supreeth Venkatesh <[email protected]>; Stephano Cetola <[email protected]> Subject: Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath
Reviewed-by: Eric Jin <[email protected]> -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Heinrich Schuchardt Sent: Friday, September 13, 2019 4:54 PM To: EDK II Development <[email protected]> Cc: Jin, Eric <[email protected]>; Supreeth Venkatesh <[email protected]>; Stephano Cetola <[email protected]>; Heinrich Schuchardt <[email protected]> Subject: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath %s/DupilicateDevicePath/DuplicateDevicePath/g Signed-off-by: Heinrich Schuchardt <[email protected]> --- .../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 -=-=-=-=-=-= Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47204): https://edk2.groups.io/g/devel/message/47204 Mute This Topic: https://groups.io/mt/34125070/1787343 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-= -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47310): https://edk2.groups.io/g/devel/message/47310 Mute This Topic: https://groups.io/mt/34125070/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
