Browse Source

spelling: parse

Josh Soref 7 years ago
parent
commit
9ab513ca3b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/d2/d2_cfg_mgr.h
  2. 1 1
      src/bin/d2/tests/d2_simple_parser_unittest.cc

+ 1 - 1
src/bin/d2/d2_cfg_mgr.h

@@ -281,7 +281,7 @@ protected:
     /// @brief Adds default values to the given config
     /// @brief Adds default values to the given config
     ///
     ///
     /// Adds the D2 default values to the configuration Element map. This
     /// 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
     /// @param mutable_config - configuration to which defaults should be added
     virtual void setCfgDefaults(isc::data::ElementPtr mutable_config);
     virtual void setCfgDefaults(isc::data::ElementPtr mutable_config);

+ 1 - 1
src/bin/d2/tests/d2_simple_parser_unittest.cc

@@ -197,7 +197,7 @@ public:
             // Add any defaults
             // Add any defaults
             setDefaults(elem);
             setDefaults(elem);
 
 
-            // Now pares the element tree into object(s).
+            // Now parse the element tree into object(s).
             parseElement(elem);
             parseElement(elem);
         } catch (const std::exception& ex) {
         } catch (const std::exception& ex) {
             std::string caught_error = ex.what();
             std::string caught_error = ex.what();