Skip to content

Commit

Permalink
fix misspelling of "Parameter"
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamLeara committed Sep 14, 2023
1 parent eb97702 commit 7d09c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipsec/hal/spi.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def get_SPI_SFDP(self) -> bool:
param_length = (data_dword_1 >> 24) & 0xFF
param_table_pointer = (data_dword_2 & 0x00FFFFFF)
self.logger.log(f' ** Parameter version number:{param_major_version}.{param_minor_version}')
self.logger.log(f' ** Pramaeter length in double words: {hex(param_length)}')
self.logger.log(f' ** Parameter length in double words: {hex(param_length)}')
self.logger.log(f' ** Parameter ID: {hex(id_manuf)}')
self.logger.log(f' ** Parameter Table Pointer(byte address): {hex(param_table_pointer)} ')
pTable_offset_list.append(param_table_pointer)
Expand Down

0 comments on commit 7d09c18

Please sign in to comment.