Skip to content

Commit

Permalink
DOC: Fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Nov 3, 2023
1 parent 6928b6f commit bf3895b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detail/http_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void HttpClient::GetRawStream(const std::string& path,
}
if (res.error() != httplib::Error::Success &&
// canceled happens if `callback` returns false, which is based on the
// user input, and therefor not exceptional
// user input, and therefore not exceptional
res.error() != httplib::Error::Canceled) {
throw HttpRequestError{path, res.error()};
}
Expand Down

0 comments on commit bf3895b

Please sign in to comment.