diff --git a/hd/src/account.rs b/hd/src/account.rs index be8e4d5..b297b36 100644 --- a/hd/src/account.rs +++ b/hd/src/account.rs @@ -86,7 +86,7 @@ pub struct DerivationAccount { pub revocation_seal: Option, /// Terminal derivation path, consisting exclusively from unhardened - /// indexes. This guarantees that the key derivaiton is always possible + /// indexes. This guarantees that the key derivation is always possible /// without the access to the private key. pub terminal_path: DerivationSubpath, }