]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c
MdeModulePkg/CapsuleApp: Fix typo in error message
[mirror_edk2.git] / 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