]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[676-add-support-for-server-tags-in-the-cb_cmds-hooks-library] spelling
authorFrancis Dupont <fdupont@isc.org>
Fri, 28 Jun 2019 18:09:01 +0000 (20:09 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sun, 30 Jun 2019 12:35:44 +0000 (08:35 -0400)
src/lib/database/server_selector.h

index 3290b07a8122fe48b946da8f09e2bec680aca10d..574be35f590a6707fd9b7135212b98a0528c3734 100644 (file)
@@ -86,7 +86,7 @@ public:
 
     /// @brief Returns tags associated with the selector.
     ///
-    /// @return server tags for mutliple selections and for one server,
+    /// @return server tags for multiple selections and for one server,
     /// empty set for all servers and and unassigned.
     std::set<data::ServerTag> getTags() const {
         return (tags_);
@@ -108,7 +108,7 @@ public:
 
 private:
 
-    /// @brief Constructor used for "unassigned" and "all" slection types.
+    /// @brief Constructor used for "unassigned" and "all" selection types.
     ///
     /// @param type selector type.
     explicit ServerSelector(const Type& type);