Skip to content

Commit 3a7fa2d

Browse files
authored
chore: fix typo in function name
1 parent 023fd0b commit 3a7fa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/segwit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ mod tests {
517517

518518
#[test]
519519
#[cfg(feature = "std")]
520-
fn encode_lower_to_writer_including_lowecaseing_hrp() {
520+
fn encode_lower_to_writer_including_lowercasing_hrp() {
521521
let program = witness_program();
522522
let mut buf = Vec::new();
523523
let hrp = Hrp::parse_unchecked("BC");

0 commit comments

Comments
 (0)