Tools: Minor fix grammar in error message

This commit is contained in:
Mike Beaton 2025-10-05 10:52:09 +01:00
parent 7897c1e039
commit aa3c8bb363

View File

@ -154,7 +154,7 @@ else
fi
if [ ! -d "${FV_TOOLS}" ]; then
echo "ERROR: Something goes wrong while compiling BaseTools for your platform!"
echo "ERROR: Something went wrong while compiling BaseTools for your platform!"
exit 1
fi