Skip to content

Commit

Permalink
Fix misspellings (#9943)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Nov 30, 2023
1 parent 102e1ad commit d146423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cryptography/hazmat/primitives/asymmetric/x25519.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def from_private_bytes(cls, data: bytes) -> X25519PrivateKey:
@abc.abstractmethod
def public_key(self) -> X25519PublicKey:
"""
Returns the public key assosciated with this private key
Returns the public key associated with this private key
"""

@abc.abstractmethod
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


# We use a UserWarning subclass, instead of DeprecationWarning, because CPython
# decided deprecation warnings should be invisble by default.
# decided deprecation warnings should be invisible by default.
class CryptographyDeprecationWarning(UserWarning):
pass

Expand Down

0 comments on commit d146423

Please sign in to comment.