Skip to content

Commit 41d934c

Browse files
committed
chore: Typo Overriden -> Overridden
1 parent c9fb38a commit 41d934c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/feature_config_args.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2017-2022 The Bitcoin Core developers
2+
# Copyright (c) 2017-present The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
"""Test various command line arguments and configuration file parameters."""
@@ -31,7 +31,7 @@ def set_test_params(self):
3131
def setup_network(self):
3232
self.setup_nodes()
3333

34-
# Overriden to not start nodes automatically - doing so is the
34+
# Overridden to not start nodes automatically - doing so is the
3535
# responsibility of each test function.
3636
def setup_nodes(self):
3737
self.add_nodes(self.num_nodes, self.extra_args)

0 commit comments

Comments
 (0)