We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a380044 commit 70876abCopy full SHA for 70876ab
src/descriptor/key.rs
@@ -1025,7 +1025,7 @@ fn parse_xkey_deriv<Key>(
1025
// BIP389 defines a new step in the derivation path. This step contains two or more
1026
// derivation indexes in the form '<1;2;3';4h;5H;6>'.
1027
if p.starts_with('<') && p.ends_with('>') {
1028
- // There may only be one occurence of this step.
+ // There may only be one occurrence of this step.
1029
if multipath {
1030
return Some(Err(DescriptorKeyParseError::MalformedKeyData(
1031
MalformedKeyDataKind::MultipleDerivationPathIndexSteps,
0 commit comments