Skip to content

Commit 5307a78

Browse files
committed
Merge #825: Fix grammatical typos
e3ca37a fix typo 2 (GarmashAlex) d075294 fix typo 1 (GarmashAlex) Pull request description: Fixed several typos in code comments unusted_mut -> unused_mut Siging -> Signing ACKs for top commit: apoelstra: ACK e3ca37a; successfully ran local tests; thanks! Tree-SHA512: e3413c4d40ea1f31768260783573da5f459c90755d366b853d068ef1b0fa26e666b88bb9cc87f79dbf0eb0d25b15de2f1514d303319be2e82240a5f8d983f381
2 parents d00b7b2 + e3ca37a commit 5307a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ mod alloc_only {
221221
ctx.randomize(&mut rand::rng());
222222
}
223223

224-
#[allow(clippy::let_and_return)] // as for unusted_mut
224+
#[allow(clippy::let_and_return)] // as for unused_mut
225225
ctx
226226
}
227227
}

src/musig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ impl AggregatedSignature {
10341034
}
10351035
}
10361036

1037-
/// A musig Siging session.
1037+
/// A musig Signing session.
10381038
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
10391039
pub struct Session(ffi::MusigSession);
10401040

0 commit comments

Comments
 (0)