From: Josh Soref Date: Sun, 23 Jul 2017 19:24:43 +0000 (-0400) Subject: spelling: parse X-Git-Tag: trac5124a_base~35^2~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab513ca3b66b11fed278c23f87e5dcccea615f7;p=thirdparty%2Fkea.git spelling: parse --- diff --git a/src/bin/d2/d2_cfg_mgr.h b/src/bin/d2/d2_cfg_mgr.h index f70dc2a964..ca3f77940e 100644 --- a/src/bin/d2/d2_cfg_mgr.h +++ b/src/bin/d2/d2_cfg_mgr.h @@ -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); diff --git a/src/bin/d2/tests/d2_simple_parser_unittest.cc b/src/bin/d2/tests/d2_simple_parser_unittest.cc index 81d47c0009..1e54173489 100644 --- a/src/bin/d2/tests/d2_simple_parser_unittest.cc +++ b/src/bin/d2/tests/d2_simple_parser_unittest.cc @@ -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();