docs typos

This commit is contained in:
Sean McArthur
2014-09-06 14:38:12 -07:00
parent fcf2863c0f
commit 1926e82369
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ pub struct Listening {
}
impl Listening {
/// Stop the server from listening to it's socket address.
/// Stop the server from listening to its socket address.
pub fn close(mut self) -> IoResult<()> {
debug!("closing server");
self.acceptor.close_accept()