docs(misc): fix typos caught by codespell

This commit is contained in:
Tshepang Lekhonkhobe
2015-05-06 02:25:29 +02:00
parent 67340a5d3e
commit 7ddea2791c
7 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ pub enum Error {
TooLarge,
/// An invalid `Status`, such as `1337 ELITE`.
Status,
/// An `IoError` that occured while trying to read or write to a network stream.
/// An `IoError` that occurred while trying to read or write to a network stream.
Io(IoError),
}