Skip to content

Commit 6ad47b0

Browse files
trivial: Fix relevent typo
1 parent 3e60b9c commit 6ad47b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/util_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ BOOST_AUTO_TEST_CASE(util_GetChainName)
572572
BOOST_CHECK_THROW(test_args.GetChainName(), std::runtime_error);
573573

574574
// check setting the network to test (and thus making
575-
// [test] regtest=1 potentially relevent) doesn't break things
575+
// [test] regtest=1 potentially relevant) doesn't break things
576576
test_args.SelectConfigNetwork("test");
577577

578578
test_args.ParseParameters(0, (char**)argv_testnet);

0 commit comments

Comments
 (0)