spelling: overridden

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:50:35 -04:00
committed by Jindra Petřík
parent 6d4492b989
commit b48154a0bf
3 changed files with 9 additions and 9 deletions

View File

@@ -220,7 +220,7 @@ public class Configuration implements Map<String, String> {
/**
* Returns ALL property names from this Configuration's parents and
* this Configuration. As usual, parents are added first so they
* are overriden by children.
* are overridden by children.
*
* @return Set of all String keys in this and parents
*/