]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] overriden ->...
authorFrancis Dupont <fdupont@isc.org>
Mon, 17 Jun 2019 14:46:10 +0000 (16:46 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 27 Jun 2019 18:51:31 +0000 (14:51 -0400)
src/lib/cc/tests/stamped_element_unittest.cc
src/lib/util/optional.h

index 71050ee6af4fa2fc74478915cc51777e7d384595..80d170ef591a0b43a9eb03ad4a25eb58b903d929 100644 (file)
@@ -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);
index 5d1cc98e0dfded4e504d14e687cbcbda70e420fb..0e0beb28ba2813f64aee56af7e3a441804dfa603 100644 (file)
@@ -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.
 ///