Skip to content

Commit d6d01ba

Browse files
authored
Merge pull request #656 from erasmospunk/typo
Fix typo
2 parents bb369b5 + 1945f6c commit d6d01ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-net-tokio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ struct Connection {
9090
event_notify: mpsc::Sender<()>,
9191
// Because our PeerManager is templated by user-provided types, and we can't (as far as I can
9292
// tell) have a const RawWakerVTable built out of templated functions, we need some indirection
93-
// between being woken up with write-ready and calling PeerManager::write_buffer_spce_avail.
93+
// between being woken up with write-ready and calling PeerManager::write_buffer_space_avail.
9494
// This provides that indirection, with a Sender which gets handed to the PeerManager Arc on
9595
// the schedule_read stack.
9696
//

0 commit comments

Comments
 (0)