From: Marcin Siodelski Date: Wed, 26 Jun 2019 18:27:59 +0000 (+0200) Subject: [#691,!395] Fixed a typo in the IfaceMgr header. X-Git-Tag: Kea-1.6.0-beta2~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0265b1d2323946ba7d8c0341279616cf7918e41;p=thirdparty%2Fkea.git [#691,!395] Fixed a typo in the IfaceMgr header. --- diff --git a/src/lib/dhcp/iface_mgr.h b/src/lib/dhcp/iface_mgr.h index 9f36a4e50a..450ff6d395 100644 --- a/src/lib/dhcp/iface_mgr.h +++ b/src/lib/dhcp/iface_mgr.h @@ -928,7 +928,7 @@ public: /// @brief Scans registered socket set and removes any that are invalid. /// - /// Walks the list of registered external sockets and testing each for + /// Walks the list of registered external sockets and tests each for /// validity. If any are found to be invalid they are removed. This is /// primarily a self-defense mechanism against hook libs or other users /// of external sockets that may leave a closed socket registered by