Skip to content

Commit f00014b

Browse files
committed
typo
1 parent fbba1ca commit f00014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh/src/magicsock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ impl RelayDatagramSendChannelSender {
17841784
}
17851785
drop(wakers);
17861786
if self.sender.capacity() != 0 {
1787-
// We "risk" a suprious wake-up in this case, but rather that
1787+
// We "risk" a spurious wake-up in this case, but rather that
17881788
// than potentially skipping a receive.
17891789
Poll::Ready(Ok(()))
17901790
} else {

0 commit comments

Comments
 (0)