diff --git a/src/elf_diff/binutils.py b/src/elf_diff/binutils.py index c99ddf7..746844b 100644 --- a/src/elf_diff/binutils.py +++ b/src/elf_diff/binutils.py @@ -90,7 +90,7 @@ def findUtility(self, name: str) -> None: setattr(self, command_name, command) return - raise Exception(f"Unnable to find {name} command") + raise Exception(f"Unable to find {name} command") def initialize( self, associate: Dict, bin_prefix: Optional[str], bin_dir: Optional[str]