Skip to content

Commit

Permalink
Fix one typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Nov 28, 2024
1 parent 4b3b1e2 commit 6ac2f2d
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 @@ -1932,7 +1932,7 @@ def unpack_in_stages(self, data):

def dump(self, indentation=0):
# Because __keys_ext__ are shared among all the instances with the same
# format string, we have to add and sunsequently remove the optional field
# format string, we have to add and subsequently remove the optional field
# each time.
# It saves space (as compared to keeping a copy self.__keys_ext__ per
# UnwindInfo instance), but makes our dump() implementation thread-unsafe.
Expand Down

0 comments on commit 6ac2f2d

Please sign in to comment.