From d0265b1d2323946ba7d8c0341279616cf7918e41 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 26 Jun 2019 20:27:59 +0200 Subject: [PATCH] [#691,!395] Fixed a typo in the IfaceMgr header. --- src/lib/dhcp/iface_mgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2