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 {
288288 InvalidInt {
289289 /// The bytes of the push that were attempted to be parsed.
290290 bytes : bitcoin:: script:: PushBytesBuf ,
291- /// The error that occured .
291+ /// The error that occurred .
292292 err : bitcoin:: script:: Error ,
293293 } ,
294294 /// Parsed an opcode outside of the Miniscript language.
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ mod private {
270270 }
271271 }
272272
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)
274274 /// The `multi` combinator.
275275 pub fn multi ( thresh : crate :: Threshold < Pk , MAX_PUBKEYS_PER_MULTISIG > ) -> Self {
276276 Self {
@@ -281,7 +281,7 @@ mod private {
281281 }
282282 }
283283
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
285285 /// The `multi` combinator.
286286 pub fn multi_a ( thresh : crate :: Threshold < Pk , MAX_PUBKEYS_IN_CHECKSIGADD > ) -> Self {
287287 Self {
You can’t perform that action at this time.
0 commit comments