]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: parse
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:24:43 +0000 (15:24 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:24:43 +0000 (15:24 -0400)
src/bin/d2/d2_cfg_mgr.h
src/bin/d2/tests/d2_simple_parser_unittest.cc

index f70dc2a964a62c7a9bf9dca5478740b92a648a0d..ca3f77940edb009149f8486b2b679717b73437cb 100644 (file)
@@ -281,7 +281,7 @@ protected:
     /// @brief Adds default values to the given config
     ///
     /// Adds the D2 default values to the configuration Element map. This
-    /// method is invoked by @c DCfgMgrBase::paserConfig().
+    /// method is invoked by @c DCfgMgrBase::parseConfig().
     ///
     /// @param mutable_config - configuration to which defaults should be added
     virtual void setCfgDefaults(isc::data::ElementPtr mutable_config);
index 81d47c0009b86a01a0c1675ec8404f79b3435113..1e54173489f0274f3d3d4a1257664234365aba5e 100644 (file)
@@ -197,7 +197,7 @@ public:
             // Add any defaults
             setDefaults(elem);
 
-            // Now pares the element tree into object(s).
+            // Now parse the element tree into object(s).
             parseElement(elem);
         } catch (const std::exception& ex) {
             std::string caught_error = ex.what();