From 6ac2f2d071fe5fb3d18ce7266f2b2e7c8f3ae214 Mon Sep 17 00:00:00 2001 From: j-t-1 <120829237+j-t-1@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:04:01 +0000 Subject: [PATCH] Fix one typo --- pefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pefile.py b/pefile.py index f804678..f9f2a80 100644 --- a/pefile.py +++ b/pefile.py @@ -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.