]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2764] Typos fix
authorMarcin Siodelski <marcin@isc.org>
Wed, 22 Feb 2023 11:09:28 +0000 (12:09 +0100)
committerMarcin Siodelski <msiodelski@gmail.com>
Tue, 14 Mar 2023 18:23:31 +0000 (19:23 +0100)
src/lib/dhcpsrv/tracking_lease_mgr.h

index 017a29b79c9f85d28f5b49f3cb5d2c3e2965627c..58ab059a252a4f714c10d6add05e09feacec5a18 100644 (file)
@@ -244,12 +244,12 @@ public:
 
 protected:
 
-    /// @brief Checks if any callbacks has been registered.
+    /// @brief Checks if any callbacks have been registered.
     ///
     /// It is a quick check to be performed by the backends whether or not
     /// the callbacks mechanism is used.
     ///
-    /// @return true if any callbacks has been registered.
+    /// @return true if any callbacks have been registered.
     bool hasCallbacks() const;
 
     /// @brief Converts callback type to string for logging purposes.