mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/CapsuleApp: Fix spelling mistake
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2356 Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
4698f544d2
commit
a3741780fe
|
@ -795,7 +795,7 @@ ProcessCapsuleOnDisk (
|
|||
|
||||
Status = GetUpdateFileSystem (Map, &BootNext, &Fs, &UpdateBootNext);
|
||||
if (EFI_ERROR (Status)) {
|
||||
Print (L"CapsuleApp: cannot find a valid file system on boot devies. Status = %r\n", Status);
|
||||
Print (L"CapsuleApp: cannot find a valid file system on boot devices. Status = %r\n", Status);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue