From 9ab513ca3b66b11fed278c23f87e5dcccea615f7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 15:24:43 -0400 Subject: [PATCH] spelling: parse --- src/bin/d2/d2_cfg_mgr.h | 2 +- src/bin/d2/tests/d2_simple_parser_unittest.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.47.2