/// @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);
// 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();