> -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of > Seonghyun Park > Sent: Thursday, July 29, 2021 9:01 AM > To: [email protected] > Cc: Chen, Chen A <[email protected]>; Seonghyun Park > <[email protected]> > Subject: [edk2-devel] [edk2 PATCH] MdeModulePkg: Fix typo in error > message > > Fix typo in error message in CapsuleApp. > > Signed-off-by: Seonghyun Park <[email protected]> > --- > MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c > b/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c > index dba50b3202..712cf2e1f7 100644 > --- a/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c > +++ b/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c > @@ -509,7 +509,7 @@ GetUpdateFileSystem ( > DevicePath = DuplicateDevicePath (MappedDevicePath); > > Status = GetEfiSysPartitionFromDevPath (DevicePath, &FullPath, Fs); > > if (EFI_ERROR (Status)) { > > - Print (L"Error: Cannot get EFI system partiion from '%s' - %r\n", Map, > Status); > > + Print (L"Error: Cannot get EFI system partition from '%s' - %r\n", Map, > Status);
Thanks for the patch. I will change the commit title a little bit when merging: MdeModulePkg/CapsuleApp: Fix typo in error message The change itself is good to me: Reviewed-by: Hao A Wu <[email protected]> Best Regards, Hao Wu > > return EFI_NOT_FOUND; > > } > > Print (L"Warning: Cannot find Boot Option on '%s'!\n", Map); > > -- > 2.32.0 > > > > -=-=-=-=-=-= > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#78376): https://edk2.groups.io/g/devel/message/78376 > Mute This Topic: https://groups.io/mt/84528989/1768737 > 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 (#78405): https://edk2.groups.io/g/devel/message/78405 Mute This Topic: https://groups.io/mt/84528989/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
