git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@601
7335b38e-4728-0410-8992-
fb3ffe349368
if PcdSectionName:\r
PcdsDict.setdefault(PcdSectionName, []).append(Pcd)\r
else:\r
- EdkLogger.info("Unknow Pcd Item Type %s" % Pcd.ItemType)\r
+ EdkLogger.info("Unknown Pcd Item Type: %s" % Pcd.ItemType)\r
\r
Section = ""\r
for PcdSectionName in PcdsDict:\r
## @file\r
# Convert an SPD Package class object ot a DEC Package class object by filling\r
-# some fields requried by DEC file.\r
+# some fields required by DEC file.\r
#\r
# Copyright (c) 2007, Intel Corporation\r
# All rights reserved. This program and the accompanying materials\r
if PcdSectionName:\r
PcdsDict.setdefault(PcdSectionName, []).append(Pcd)\r
else:\r
- EdkLogger.info("Unknow Pcd Item Type %s" % PcdItemType)\r
+ EdkLogger.info("Unknown Pcd Item Type: %s" % PcdItemType)\r
\r
Section = ""\r
for PcdSectionName in PcdsDict:\r