mirror of https://github.com/acidanthera/audk.git
BaseTools/VolInfo: Fix spelling mistake
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2349 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
parent
aa211bb6ef
commit
e188ecc8b4
|
@ -1077,7 +1077,7 @@ Returns:
|
|||
}
|
||||
|
||||
if (VolumeHeader.FvLength != Size) {
|
||||
printf ("ERROR: Volume Size not consistant with Block Maps!\n");
|
||||
printf ("ERROR: Volume Size not consistent with Block Maps!\n");
|
||||
return EFI_ABORTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue