From 1562013266fac1596560d4a839cfae458b78664a Mon Sep 17 00:00:00 2001 From: j-t-1 <120829237+j-t-1@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:37:43 +0000 Subject: [PATCH] Respell some words --- pefile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pefile.py b/pefile.py index f804678..cf15fc5 100644 --- a/pefile.py +++ b/pefile.py @@ -1435,11 +1435,11 @@ class StructureWithBitfields(Structure): reused. In addition, we create a dictionary: - --> + --> (data type, [ (subfield name, length in bits)+ ] ) - that facilitates bitfield paking and unpacking. + that facilitates bitfield packing and unpacking. - With lru_cache() creating only once instance per format string, the memory + With lru_cache() creating only one instance per format string, the memory overhead is negligible. """