Skip to content

Commit

Permalink
chore: Typo Overriden -> Overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
hodlinator committed Dec 6, 2024
1 parent c9fb38a commit 41d934c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/feature_config_args.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2017-2022 The Bitcoin Core developers
# Copyright (c) 2017-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test various command line arguments and configuration file parameters."""
Expand Down Expand Up @@ -31,7 +31,7 @@ def set_test_params(self):
def setup_network(self):
self.setup_nodes()

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

0 comments on commit 41d934c

Please sign in to comment.