From: Marcin Siodelski Date: Fri, 18 Apr 2014 10:27:36 +0000 (+0200) Subject: [3121] Corrected some little typos. X-Git-Tag: trac3434_base~46^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=215020f12fb6dd1d4e96761662596bbd45eafb23;p=thirdparty%2Fkea.git [3121] Corrected some little typos. --- diff --git a/src/bin/d2/d2_config.cc b/src/bin/d2/d2_config.cc index 7c3d46a7df..1faa81900c 100644 --- a/src/bin/d2/d2_config.cc +++ b/src/bin/d2/d2_config.cc @@ -281,12 +281,12 @@ TSIGKeyInfoListParser::TSIGKeyInfoListParser(const std::string& list_name, } } -TSIGKeyInfoListParser::~TSIGKeyInfoListParser(){ +TSIGKeyInfoListParser::~TSIGKeyInfoListParser() { } void TSIGKeyInfoListParser:: -build(isc::data::ConstElementPtr key_list){ +build(isc::data::ConstElementPtr key_list) { int i = 0; isc::data::ConstElementPtr key_config; // For each key element in the key list: diff --git a/src/bin/d2/d2_config.h b/src/bin/d2/d2_config.h index d16e523501..9babcd243a 100644 --- a/src/bin/d2/d2_config.h +++ b/src/bin/d2/d2_config.h @@ -191,7 +191,7 @@ public: private: /// @brief The name of the key. /// - /// This value is the unique identifeir thay domains use to + /// This value is the unique identifier that domains use to /// to specify which TSIG key they need. std::string name_; @@ -560,7 +560,7 @@ public: /// @return returns a pointer to newly created parser. virtual isc::dhcp::ParserPtr createConfigParser(const std::string& config_id); - /// @brief commits the TSIGKeyInfo configuration + /// @brief Commits the TSIGKeyInfo configuration virtual void commit(); private: @@ -674,7 +674,7 @@ public: virtual isc::dhcp::ParserPtr createConfigParser(const std::string& config_id); - /// @brief commits the configured DnsServerInfo + /// @brief Commits the configured DnsServerInfo virtual void commit(); private: @@ -787,7 +787,7 @@ public: virtual isc::dhcp::ParserPtr createConfigParser(const std::string& config_id); - /// @brief commits the configured DdnsDomain + /// @brief Commits the configured DdnsDomain virtual void commit(); private: