docs(misc): fix typos caught by codespell
This commit is contained in:
		| @@ -106,7 +106,7 @@ impl Request<Fresh> { | ||||
|                     None => () | ||||
|                 }; | ||||
|  | ||||
|                 // cant do in match above, thanks borrowck | ||||
|                 // can't do in match above, thanks borrowck | ||||
|                 if chunked { | ||||
|                     let encodings = match self.headers.get_mut::<header::TransferEncoding>() { | ||||
|                         Some(&mut header::TransferEncoding(ref mut encodings)) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user