aboutsummaryrefslogtreecommitdiff
path: root/include/weave/provider/http_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/weave/provider/http_client.h')
-rw-r--r--include/weave/provider/http_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/weave/provider/http_client.h b/include/weave/provider/http_client.h
index bf01022..5a53374 100644
--- a/include/weave/provider/http_client.h
+++ b/include/weave/provider/http_client.h
@@ -48,7 +48,7 @@ namespace provider {
// request is complete), callback should be invokes on the same thread.
// Callback should never be called before SendRequest(...) returns.
//
-// When invoking callback function, user should privide implementation
+// When invoking callback function, user should provide implementation
// of the Response interface. For example, the following could be used as a
// simple implementation:
// struct ResponseImpl : public provider::HttpClient::Response {