Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Sep 4, 2024
1 parent d3edd41 commit 8c71519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ fun SpecializedCryptoPublicKey.equalsCryptographically(other: SpecializedCryptoP
toCryptoPublicKey().map { other.equalsCryptographically(it) }.getOrElse { false }

/** Whether the actual underlying key (irrespective of any format-specific metadata) is equal */
fun CryptoPublicKey.equalsCryptograpically(other: SpecializedCryptoPublicKey) =
fun CryptoPublicKey.equalsCryptographically(other: SpecializedCryptoPublicKey) =
other.equalsCryptographically(this)


Expand Down

0 comments on commit 8c71519

Please sign in to comment.