Skip to content

Commit bf3895b

Browse files
committed
DOC: Fix spelling in comment
1 parent 6928b6f commit bf3895b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detail/http_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void HttpClient::GetRawStream(const std::string& path,
7575
}
7676
if (res.error() != httplib::Error::Success &&
7777
// canceled happens if `callback` returns false, which is based on the
78-
// user input, and therefor not exceptional
78+
// user input, and therefore not exceptional
7979
res.error() != httplib::Error::Canceled) {
8080
throw HttpRequestError{path, res.error()};
8181
}

0 commit comments

Comments
 (0)