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 5, 2024
1 parent 213e59d commit 27c9369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_config_args.py
Original file line number Diff line number Diff line change
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 27c9369

Please sign in to comment.