Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noseglasses committed Dec 26, 2023
1 parent 476f2bc commit 397a002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elf_diff/binutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 397a002

Please sign in to comment.