BaseTools: fix spelling error

No functional change.

Signed-off-by: William Leara <william.leara@dell.com>
This commit is contained in:
William Leara 2024-12-06 11:35:46 -06:00 committed by Liming Gao
parent 74ac8cc0e8
commit f8f29a4a6a
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class Config(object):
if 'DEFAULT_ID:' in read:
all_txt = read.split('FCEKEY DEFAULT')
for i in all_txt[1:]:
part = [] #save all infomation for DEFAULT_ID
part = [] #save all information for DEFAULT_ID
str_id=''
ids = ids_re.findall(i.replace(' ',''))
for m in ids: