From: Francis Dupont Date: Fri, 28 Jun 2019 18:09:01 +0000 (+0200) Subject: [676-add-support-for-server-tags-in-the-cb_cmds-hooks-library] spelling X-Git-Tag: Kea-1.6.0-beta2~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2840515b1f0207fdc551d6748a28ca04481ff601;p=thirdparty%2Fkea.git [676-add-support-for-server-tags-in-the-cb_cmds-hooks-library] spelling --- diff --git a/src/lib/database/server_selector.h b/src/lib/database/server_selector.h index 3290b07a81..574be35f59 100644 --- a/src/lib/database/server_selector.h +++ b/src/lib/database/server_selector.h @@ -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 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);