File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ pub enum Error {
288
288
InvalidInt {
289
289
/// The bytes of the push that were attempted to be parsed.
290
290
bytes : bitcoin:: script:: PushBytesBuf ,
291
- /// The error that occured .
291
+ /// The error that occurred .
292
292
err : bitcoin:: script:: Error ,
293
293
} ,
294
294
/// Parsed an opcode outside of the Miniscript language.
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ mod private {
270
270
}
271
271
}
272
272
273
- // non-const because Thresh::n is not becasue Vec::len is not (needs Rust 1.87)
273
+ // non-const because Thresh::n is not because Vec::len is not (needs Rust 1.87)
274
274
/// The `multi` combinator.
275
275
pub fn multi ( thresh : crate :: Threshold < Pk , MAX_PUBKEYS_PER_MULTISIG > ) -> Self {
276
276
Self {
@@ -281,7 +281,7 @@ mod private {
281
281
}
282
282
}
283
283
284
- // non-const because Thresh::n is not becasue Vec::len is not
284
+ // non-const because Thresh::n is not because Vec::len is not
285
285
/// The `multi` combinator.
286
286
pub fn multi_a ( thresh : crate :: Threshold < Pk , MAX_PUBKEYS_IN_CHECKSIGADD > ) -> Self {
287
287
Self {
You can’t perform that action at this time.
0 commit comments