Skip to content

Commit e3ca37a

Browse files
authored
fix typo 2
1 parent d075294 commit e3ca37a

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
@@ -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)