Skip to content

Commit

Permalink
Update pefile.py for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Derekt2 authored Mar 28, 2024
1 parent d86b96e commit e105039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3773,7 +3773,7 @@ def parse_data_directories(
value = entry[1](dir_entry.VirtualAddress, dir_entry.Size)
except PEFormatError as excp:
self.__warnings.append(
f'Failed to process directoty "{entry[0]}": {excp}'
f'Failed to process directory "{entry[0]}": {excp}'
)
if value:
setattr(self, entry[0][6:], value)
Expand Down

0 comments on commit e105039

Please sign in to comment.