mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] overriden -> overridden (in src, not fixed in doc
This commit is contained in:
committed by
Marcin Siodelski
parent
4e4573397d
commit
6ff46f1842
@@ -34,7 +34,7 @@ TEST(StampedElementTest, create) {
|
||||
EXPECT_LT(delta.seconds(), 5);
|
||||
}
|
||||
|
||||
// Tests that default id can be overriden by a new value.
|
||||
// Tests that default id can be overridden by a new value.
|
||||
TEST(StampedElementTest, setId) {
|
||||
StampedElement element;
|
||||
element.setId(123);
|
||||
|
@@ -27,7 +27,7 @@ namespace util {
|
||||
/// is not mandatory. The value of the @c Optional may be initialized to
|
||||
/// "unspecified" initially. When the configuration parser finds that the
|
||||
/// particular parameter exists in the configuration file, the default value
|
||||
/// can be overriden and the value may be marked as "specified". If the
|
||||
/// can be overridden and the value may be marked as "specified". If the
|
||||
/// parameter is not found, the value remains "unspecified" and the appropriate
|
||||
/// actions may be taken, e.g. the default value may be used.
|
||||
///
|
||||
|
Reference in New Issue
Block a user