Skip to content

Commit 70876ab

Browse files
authored
Update key.rs
1 parent a380044 commit 70876ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/descriptor/key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ fn parse_xkey_deriv<Key>(
10251025
// BIP389 defines a new step in the derivation path. This step contains two or more
10261026
// derivation indexes in the form '<1;2;3';4h;5H;6>'.
10271027
if p.starts_with('<') && p.ends_with('>') {
1028-
// There may only be one occurence of this step.
1028+
// There may only be one occurrence of this step.
10291029
if multipath {
10301030
return Some(Err(DescriptorKeyParseError::MalformedKeyData(
10311031
MalformedKeyDataKind::MultipleDerivationPathIndexSteps,

0 commit comments

Comments
 (0)