Skip to content

Commit be0c832

Browse files
authored
Update lib.rs
1 parent 208c5bb commit be0c832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ impl ToPublicKey for bitcoin::secp256k1::XOnlyPublicKey {
298298
pub trait Translator<P: MiniscriptKey> {
299299
/// The public key (and associated hash types that this translator converts to.
300300
type TargetPk: MiniscriptKey;
301-
/// An error that may occur during transalation.
301+
/// An error that may occur during translation.
302302
type Error;
303303

304304
/// Translates keys.

0 commit comments

Comments
 (0)