Skip to content

Commit fdae0fd

Browse files
committed
typo: leak -> lead
1 parent e77f33f commit fdae0fd

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
@@ -604,7 +604,7 @@ impl SecretNonce {
604604
///
605605
/// # Warning:
606606
///
607-
/// Storing and re-creating this structure may leak to nonce reuse, which will leak
607+
/// Storing and re-creating this structure may lead to nonce reuse, which will leak
608608
/// your secret key in two signing sessions, even if neither session is completed.
609609
/// These functions should be avoided if possible and used with care.
610610
///

0 commit comments

Comments
 (0)