Skip to content

Commit aca08e4

Browse files
committed
Fix typo in src/event.rs
1 parent 860a1d5 commit aca08e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ where
480480
Ok(true) => {
481481
log_error!(
482482
self.logger,
483-
"Spontaneous payment with hash {} was previosly known",
483+
"Spontaneous payment with hash {} was previously known",
484484
hex_utils::to_string(&payment_hash.0)
485485
);
486486
debug_assert!(false);

0 commit comments

Comments
 (0)