]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#691,!395] Fixed a typo in the http client header.
authorMarcin Siodelski <marcin@isc.org>
Wed, 26 Jun 2019 18:06:30 +0000 (20:06 +0200)
committerThomas Markwalder <tmark@isc.org>
Thu, 27 Jun 2019 11:50:55 +0000 (07:50 -0400)
src/lib/http/client.h

index 90c64820af06cd5ecc235366c86364c77d4e8a36..9cc63c1f16a6f9b00946e758ea10e40e1ddc488b 100644 (file)
@@ -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.
 ///