From 5f8d2a47aa7e008d2e4ff0a9c452b891edc16f92 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:20:28 -0500 Subject: [PATCH] spelling: constraint Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tools/fw_elf_obfuscate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fw_elf_obfuscate.py b/tools/fw_elf_obfuscate.py index 2be03370..66ed5b71 100644 --- a/tools/fw_elf_obfuscate.py +++ b/tools/fw_elf_obfuscate.py @@ -140,7 +140,7 @@ class ELFSectionHeader(ELFObjectBase): size = None # The size of the section in bytes link = None # The section header table link (interpretation various based on type) info = None # Extra info - addr_align = None # Address alignment contraint for the section + addr_align = None # Address alignment constraint for the section entry_size = None # The size of entries within the section in bytes (if applicable) def unpack(self, data, offset=0):