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
fc16fe8a
Commit
fc16fe8a
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: single
parent
11ac079f
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/lib/config/command-socket.dox
View file @
fc16fe8a
...
...
@@ -134,7 +134,7 @@ int main(int argc, const char* argv[]) {
@section ctrlSocketImpl Control Channel Implementation
Control Channel is implemented in @ref isc::config::CommandMgr. It is a si
g
nleton
Control Channel is implemented in @ref isc::config::CommandMgr. It is a sin
g
leton
class that allows registration of callbacks that handle specific commands.
It internally supports a single command: @c list-commands that returns a list
of supported commands. This component is expected to be shared among all daemons.
...
...
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.h
View file @
fc16fe8a
...
...
@@ -351,7 +351,7 @@ public:
/// - DHCPv6 boot file url option,
/// - DHCPv6 information refresh time option,
/// - DHCPv6 vendor option with vendor id 2495,
/// - DHCPv6 option 1024, with a sigle IPv6 address,
/// - DHCPv6 option 1024, with a si
n
gle IPv6 address,
/// - DHCPv6 empty option 1, within isc2 option space,
/// - DHCPv6 option 2, within isc2 option space with 3 IPv6 addresses,
///
...
...
src/lib/testutils/io_utils.cc
View file @
fc16fe8a
...
...
@@ -85,7 +85,7 @@ std::string decommentJSONfile(const std::string& input_file) {
if
(
begin_pos
!=
string
::
npos
)
{
in_comment
=
true
;
if
(
end_pos
!=
string
::
npos
)
{
// sigle line comment. Let's get rid of the content in between
// si
n
gle line comment. Let's get rid of the content in between
line
=
line
.
replace
(
begin_pos
,
end_pos
+
2
,
end_pos
+
2
-
begin_pos
,
' '
);
in_comment
=
false
;
}
else
{
...
...
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