From: Francis Dupont Date: Wed, 11 Nov 2015 15:11:15 +0000 (+0100) Subject: [4095] spelling & co X-Git-Tag: trac4097_base~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4d313b15ada18b8df76c2ce64a1b4a8151c23d;p=thirdparty%2Fkea.git [4095] spelling & co --- diff --git a/src/lib/dhcpsrv/client_class_def.h b/src/lib/dhcpsrv/client_class_def.h index 8afae66c38..523c805120 100644 --- a/src/lib/dhcpsrv/client_class_def.h +++ b/src/lib/dhcpsrv/client_class_def.h @@ -30,7 +30,7 @@ /// logical expression used to identify members of the class, and options /// that may be attributed to class members. /// -/// In addition it defines a continer class, ClientClassDictionary, which +/// In addition it defines a container class, ClientClassDictionary, which /// is houses class definitions keyed by class name. /// namespace isc { @@ -90,7 +90,7 @@ class ClientClassDef { OptionPtr findOption(uint16_t option_code) const; /// @brief Provides a convenient text representation of the class - friend std::ostream& operator<<(std::ostream& os, const ClientClassDef& x); + friend std::ostream& operator<<(std::ostream& os, const ClientClassDef& x); private: /// @brief Unique text identifier by which this class is known. @@ -108,13 +108,13 @@ class ClientClassDef { /// @brief a pointer to an ClientClassDef typedef boost::shared_ptr ClientClassDefPtr; -/// @brief Defines a map of ClientClassDefes, keyed by the class name. +/// @brief Defines a map of ClientClassDef's, keyed by the class name. typedef std::map ClientClassDefMap; /// @brief Defines a pointer to a ClientClassDictionary typedef boost::shared_ptr ClientClassDefMapPtr; -/// @brief Maintains a list of ClientClassDefes +/// @brief Maintains a list of ClientClassDef's class ClientClassDictionary { public: