Skip to content

Commit

Permalink
Merge pull request #52 from tikitiki2/master-1
Browse files Browse the repository at this point in the history
Update errors.py spelling
  • Loading branch information
cwerling authored Sep 12, 2024
2 parents 71d251e + 23d6ec6 commit c675fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psptool/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, existing, new):
def __str__(self):
start = self.existing.body.get_address()
end = start + self.existing.body.buffer_size
return f'There was anlready a SignedEntity at {hex(start)}:{hex(end)} (existing={self.existing}, new={self.new})!'
return f'There was already a SignedEntity at {hex(start)}:{hex(end)} (existing={self.existing}, new={self.new})!'


class NonUniquePublicKeyEntity(Exception):
Expand Down

0 comments on commit c675fbb

Please sign in to comment.