Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Nov 16, 2019
1 parent 28cac4d commit da12edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ fn make_internal_server_error_response(err: Error) -> Result<Response<Body>> {
Ok(resp)
}

/// Handle the one special io error (file not found) by returning a 404, otherwise
/// Handle the one special IO error (file not found) by returning a 404, otherwise
/// return a 500.
fn make_io_error_response(error: io::Error) -> Result<Response<Body>> {
let resp = match error.kind() {
Expand Down

0 comments on commit da12edc

Please sign in to comment.