]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3121] Corrected some little typos.
authorMarcin Siodelski <marcin@isc.org>
Fri, 18 Apr 2014 10:27:36 +0000 (12:27 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 18 Apr 2014 10:27:36 +0000 (12:27 +0200)
src/bin/d2/d2_config.cc
src/bin/d2/d2_config.h

index 7c3d46a7dfce21b4730da434cfa0c7a413e13f9b..1faa81900cb96c1eb87fa40c7925a2a68e39db07 100644 (file)
@@ -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:
index d16e5235017ec4052d721a19e24a7818ba01d7ba..9babcd243a90d4afbc73bb9b200633ffb3fc0f83 100644 (file)
@@ -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: