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

@@ -3,7 +3,7 @@ use std::fmt;
use std::cmp::Ordering;
// shamelessly lifted from Teepee. I tried a few schemes, this really
// does seem like the best. Improved scheme to support arbitary status codes.
// does seem like the best. Improved scheme to support arbitrary status codes.
/// An HTTP status code (`status-code` in RFC 7230 et al.).
///