Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/src/components/binary_port/connection_terminator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl ConnectionTerminator {
/// Updates or sets the termination deadline.
/// There will be no update if the termination already happened.
/// Both set and update won't happen if the `in_terminate_at` is in the past.
/// Updating an already running termination countdown happens only if the incomming
/// Updating an already running termination countdown happens only if the incoming
/// `in_terminate_at` is > then the existing one. Returns true if the update was in effect.
/// False otherwise
pub(super) async fn terminate_at(&self, in_terminate_at: Timestamp) -> bool {
Expand Down
Loading