Skip to content

Commit

Permalink
Update errors.py spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tikitiki2 authored Aug 13, 2023
1 parent ec478c0 commit 23d6ec6
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 23d6ec6

Please sign in to comment.