From 25da59f6c09511ab42798f04b9e90c092852e02c Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 26 Jun 2019 20:06:30 +0200 Subject: [PATCH] [#691,!395] Fixed a typo in the http client header. --- src/lib/http/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/http/client.h b/src/lib/http/client.h index 90c64820af..9cc63c1f16 100644 --- a/src/lib/http/client.h +++ b/src/lib/http/client.h @@ -61,7 +61,7 @@ class HttpClientImpl; /// /// This classes exposes the underlying TCP socket's descriptor for each /// connection via connect and close callbacks. This is done to permit the -/// sockets to be monitored for IO readiness by external code that something +/// sockets to be monitored for IO readiness by external code that's something /// other than boost::asio (e.g.select() or epoll()), and would thus otherwise /// starve the client's IOService and cause a backlog of ready event handlers. /// -- 2.47.2