Skip to content

Commit fc912cb

Browse files
committed
Merge #831: fix(docs): correct typo in musig.rs comments ("auxillary" to "auxiliary")
b2f23e2 Update musig.rs: fix typo (Galoretka) Pull request description: changed "auxillary" to "auxiliary" ACKs for top commit: apoelstra: ACK b2f23e2; successfully ran local tests Tree-SHA512: 290debfa9f92b363fe83c9b323a255aa5ee33e01c81a24e2074e220b8a52e6c814c6f86fc9dca923dd0a8ac3517051e731616d9c08725fcca2d381157aecfb9d
2 parents d329d79 + b2f23e2 commit fc912cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/musig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ impl fmt::Display for InvalidTweakErr {
172172
/// let sk = SecretKey::new(&mut rand::rng());
173173
/// let pk = PublicKey::from_secret_key(&secp, &sk);
174174
///
175-
/// // Supply extra auxillary randomness to prevent misuse(for example, time of day)
175+
/// // Supply extra auxiliary randomness to prevent misuse(for example, time of day)
176176
/// let extra_rand : Option<[u8; 32]> = None;
177177
///
178178
/// let (_sec_nonce, _pub_nonce) = new_nonce_pair(&secp, session_secrand, None, Some(sk), pk, None, None);

0 commit comments

Comments
 (0)