Skip to content

Commit

Permalink
Merge pull request #80 from dholbert/patch-2
Browse files Browse the repository at this point in the history
Fix typo in comment ('futher', missing an 'r')
  • Loading branch information
alexcrichton committed Sep 14, 2018
2 parents 942df89 + 95fac7f commit d6f7fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ impl TcpBuilder {

/// Set value for the `SO_REUSEADDR` option on this socket.
///
/// This indicates that futher calls to `bind` may allow reuse of local
/// This indicates that further calls to `bind` may allow reuse of local
/// addresses. For IPv4 sockets this means that a socket may bind even when
/// there's a socket already listening on this port.
pub fn reuse_address(&self, reuse: bool) -> io::Result<&Self> {
Expand Down

0 comments on commit d6f7fe0

Please sign in to comment.