Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
9ab513ca
Commit
9ab513ca
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: parse
parent
15987cb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/d2_cfg_mgr.h
View file @
9ab513ca
...
...
@@ -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::pase
r
Config().
/// method is invoked by @c DCfgMgrBase::pa
r
seConfig().
///
/// @param mutable_config - configuration to which defaults should be added
virtual
void
setCfgDefaults
(
isc
::
data
::
ElementPtr
mutable_config
);
...
...
src/bin/d2/tests/d2_simple_parser_unittest.cc
View file @
9ab513ca
...
...
@@ -197,7 +197,7 @@ public:
// Add any defaults
setDefaults
(
elem
);
// Now par
e
s the element tree into object(s).
// Now pars
e
the element tree into object(s).
parseElement
(
elem
);
}
catch
(
const
std
::
exception
&
ex
)
{
std
::
string
caught_error
=
ex
.
what
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment