From: Marcin Siodelski Date: Wed, 26 Jun 2019 18:06:30 +0000 (+0200) Subject: [#691,!395] Fixed a typo in the http client header. X-Git-Tag: Kea-1.6.0-beta2~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25da59f6c09511ab42798f04b9e90c092852e02c;p=thirdparty%2Fkea.git [#691,!395] Fixed a typo in the http client header. --- 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. ///