Skip to content

Commit b8989b2

Browse files
committed
Merge pull request phsym#2 from benaryorg/master
fix typo
2 parents 6aaf1b8 + 6f6c42b commit b8989b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl SctpStream {
8181
return self.0.sendmsg::<SocketAddr>(msg, None, stream, 0);
8282
}
8383

84-
/// Read bytes. On success, return a tulpe with the quantity of
84+
/// Read bytes. On success, return a tuple with the quantity of
8585
/// bytes received and the stream they were recived on
8686
pub fn recvmsg(&self, msg: &mut [u8]) -> Result<(usize, u16)> {
8787
let (size, stream, _) = try!(self.0.recvmsg(msg));

0 commit comments

Comments
 (0)