From 41d934c72df6449d2ceb2330d05b959b24350d95 Mon Sep 17 00:00:00 2001 From: Hodlinator <172445034+hodlinator@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:39:48 +0100 Subject: [PATCH] chore: Typo Overriden -> Overridden --- test/functional/feature_config_args.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/feature_config_args.py b/test/functional/feature_config_args.py index 1852fd28215..205c449321b 100755 --- a/test/functional/feature_config_args.py +++ b/test/functional/feature_config_args.py @@ -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.""" @@ -31,7 +31,7 @@ class ConfArgsTest(BitcoinTestFramework): 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)