Skip to content

Commit 5713994

Browse files
author
MarcoFalke
committed
Merge #13052: trivial: Fix relevent typo
6ad47b0 trivial: Fix relevent typo (practicalswift) Pull request description: Fix relevent typo. Tree-SHA512: 29247a780ab2caf0180c3558632a00068b02b4de4a56825f425c66a1e515542ab1e5268971ffa9a63e46840504101b5e6a5f8dcb6070522ac3f5ca90a28262b9
2 parents d5b2e98 + 6ad47b0 commit 5713994

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)