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
Sebastian Schrader
Kea
Commits
e6348b61
Commit
e6348b61
authored
Jan 30, 2013
by
Shane Kerr
Browse files
Typo fixes.
parent
794f240b
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/dbutil/b10-dbutil.xml
View file @
e6348b61
...
...
@@ -93,7 +93,7 @@
file. It has the same name, with ".backup" appended to it. If a
file of that name already exists, the file will have the suffix
".backup-1". If that exists, the file will be suffixed ".backup-2",
and so on). Exit status is 0 if the upgrade is either succesful or
and so on). Exit status is 0 if the upgrade is either succes
s
ful or
aborted by the user, and non-zero if there is an error.
</para>
...
...
src/bin/dhcp4/config_parser.cc
View file @
e6348b61
...
...
@@ -687,7 +687,7 @@ public:
virtual
void
commit
()
{
if
(
options_
==
NULL
)
{
isc_throw
(
isc
::
InvalidOperation
,
"parser logic error: storage must be set before "
"commiting option data."
);
"commit
t
ing option data."
);
}
else
if
(
!
option_descriptor_
.
option
)
{
// Before we can commit the new option should be configured. If it is not
// than somebody must have called commit() before build().
...
...
@@ -1855,7 +1855,7 @@ configureDhcp4Server(Dhcpv4Srv&, ConstElementPtr config_set) {
LOG_INFO
(
dhcp4_logger
,
DHCP4_CONFIG_COMPLETE
).
arg
(
config_details
);
// Everything was fine. Configuration is successful.
answer
=
isc
::
config
::
createAnswer
(
0
,
"Configuration commited."
);
answer
=
isc
::
config
::
createAnswer
(
0
,
"Configuration commit
t
ed."
);
return
(
answer
);
}
...
...
src/bin/dhcp6/config_parser.cc
View file @
e6348b61
...
...
@@ -716,7 +716,7 @@ public:
virtual
void
commit
()
{
if
(
options_
==
NULL
)
{
isc_throw
(
isc
::
InvalidOperation
,
"parser logic error: storage must be set before "
"commiting option data."
);
"commit
t
ing option data."
);
}
else
if
(
!
option_descriptor_
.
option
)
{
// Before we can commit the new option should be configured. If it is not
// than somebody must have called commit() before build().
...
...
@@ -1908,7 +1908,7 @@ configureDhcp6Server(Dhcpv6Srv&, ConstElementPtr config_set) {
LOG_INFO
(
dhcp6_logger
,
DHCP6_CONFIG_COMPLETE
).
arg
(
config_details
);
// Everything was fine. Configuration is successful.
answer
=
isc
::
config
::
createAnswer
(
0
,
"Configuration commited."
);
answer
=
isc
::
config
::
createAnswer
(
0
,
"Configuration commit
t
ed."
);
return
(
answer
);
}
...
...
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