]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/CapsuleApp: Fix typo in error message
authorSeonghyun Park <shpark.zilla@gmail.com>
Thu, 29 Jul 2021 01:01:20 +0000 (09:01 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 2 Aug 2021 01:56:19 +0000 (01:56 +0000)
Fix typo in error message in CapsuleApp.

Signed-off-by: Seonghyun Park <shpark1@protonmail.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c

index dba50b3202c3d26dfb779c7b243fc286040f166a..712cf2e1f74de92c921a2716c8f92d2895438917 100644 (file)
@@ -509,7 +509,7 @@ GetUpdateFileSystem (
     DevicePath = DuplicateDevicePath (MappedDevicePath);\r
     Status = GetEfiSysPartitionFromDevPath (DevicePath, &FullPath, Fs);\r
     if (EFI_ERROR (Status)) {\r
-      Print (L"Error: Cannot get EFI system partiion from '%s' - %r\n", Map, Status);\r
+      Print (L"Error: Cannot get EFI system partition from '%s' - %r\n", Map, Status);\r
       return EFI_NOT_FOUND;\r
     }\r
     Print (L"Warning: Cannot find Boot Option on '%s'!\n", Map);\r