From 9062ab47870ea728307e32cdd939586a4ec67fc6 Mon Sep 17 00:00:00 2001 From: "Chasel, Chiu" Date: Fri, 21 Sep 2018 07:32:51 +0800 Subject: [PATCH] IntelFsp2Pkg: Fix typo in SplitFspBin Signed-off-by: Patrick Georgi Contributed-under: TianoCore Contribution Agreement 1.1 Reviewed-by: Nate DeSimone Reviewed-by: Chasel Chiu --- IntelFsp2Pkg/Tools/SplitFspBin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFsp2Pkg/Tools/SplitFspBin.py b/IntelFsp2Pkg/Tools/SplitFspBin.py index 9b18720307..5d56aebbd7 100644 --- a/IntelFsp2Pkg/Tools/SplitFspBin.py +++ b/IntelFsp2Pkg/Tools/SplitFspBin.py @@ -725,7 +725,7 @@ def SplitFspBin (fspfile, outdir, nametemplate): fspname, ext = os.path.splitext(os.path.basename(nametemplate)) filename = os.path.join(outdir, fspname + '_' + fsp.Type + ext) hfsp = open(filename, 'wb') - print ("Ceate FSP component file '%s'" % filename) + print ("Create FSP component file '%s'" % filename) for fvidx in fsp.FvIdxList: fv = fd.FvList[fvidx] hfsp.write(fv.FvData) -- 2.39.2