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);
/// 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.
///