]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFsp2Pkg: Fix typo in SplitFspBin
authorChasel, Chiu <chasel.chiu@intel.com>
Thu, 20 Sep 2018 23:32:51 +0000 (07:32 +0800)
committerChasel, Chiu <chasel.chiu@intel.com>
Thu, 20 Sep 2018 23:38:09 +0000 (07:38 +0800)
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
IntelFsp2Pkg/Tools/SplitFspBin.py

index 9b1872030720886c60db1537d811e018e6bd6af8..5d56aebbd730eb9a054bec7414a5933c920d4d2b 100644 (file)
@@ -725,7 +725,7 @@ def SplitFspBin (fspfile, outdir, nametemplate):
         fspname, ext = os.path.splitext(os.path.basename(nametemplate))\r
         filename = os.path.join(outdir, fspname + '_' + fsp.Type + ext)\r
         hfsp = open(filename, 'wb')\r
-        print ("Ceate FSP component file '%s'" % filename)\r
+        print ("Create FSP component file '%s'" % filename)\r
         for fvidx in fsp.FvIdxList:\r
             fv = fd.FvList[fvidx]\r
             hfsp.write(fv.FvData)\r