Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweij committed Oct 11, 2024
1 parent 3039967 commit dceb5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected Object implCheckPublicKey(String name, byte[] pk) throws InvalidKeyExc
/// The default implementation returns `null`.
///
/// @param name parameter name
/// @param sk public key in raw bytes
/// @param sk private key in raw bytes
/// @return a parsed key, `null` if none.
/// @throws InvalidKeyException if the key is invalid
protected Object implCheckPrivateKey(String name, byte[] sk) throws InvalidKeyException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected Object implCheckPublicKey(String name, byte[] pk) throws InvalidKeyExc
/// The default implementation returns `null`.
///
/// @param name parameter name
/// @param sk public key in raw bytes
/// @param sk private key in raw bytes
/// @return a parsed key, `null` if none.
/// @throws InvalidKeyException if the key is invalid
protected Object implCheckPrivateKey(String name, byte[] sk) throws InvalidKeyException {
Expand Down

0 comments on commit dceb5b3

Please sign in to comment.