Skip to content

Commit 1acf401

Browse files
committed
Merge #229: chore: fix typo in function name
3a7fa2d chore: fix typo in function name (Maximilian Hubert) Pull request description: The function name has "lowecaseing" which should be "lowercasing" (missing the 'r' in "lower"). ACKs for top commit: apoelstra: ACK 3a7fa2d; successfully ran local tests Tree-SHA512: 9cd56c5bac4bd18ea22b11941391130ff8a1e4924f32e355096af00bfbdd6cd430d5a9679813aa5e3ffc42591e54bd22b0b3ae5384af9f546e76cfe17868db38
2 parents 023fd0b + 3a7fa2d commit 1acf401

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)