aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-04-22 12:53:35 +0200
committerpracticalswift <[email protected]>2018-04-22 12:53:35 +0200
commit6ad47b04b9b3f368da09a0b08e1f1d8832b65380 (patch)
tree8c1696575270e2f06a383b10a495ecd41b2c069f /src/test/util_tests.cpp
parentMerge #12998: Default to defining endian-conversion DECLs in compat w/o config (diff)
downloaddiscoin-6ad47b04b9b3f368da09a0b08e1f1d8832b65380.tar.xz
discoin-6ad47b04b9b3f368da09a0b08e1f1d8832b65380.zip
trivial: Fix relevent typo
Diffstat (limited to 'src/test/util_tests.cpp')
-rw-r--r--src/test/util_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp
index 344113b60..1c3acfb1a 100644
--- a/src/test/util_tests.cpp
+++ b/src/test/util_tests.cpp
@@ -572,7 +572,7 @@ BOOST_AUTO_TEST_CASE(util_GetChainName)
BOOST_CHECK_THROW(test_args.GetChainName(), std::runtime_error);
// check setting the network to test (and thus making
- // [test] regtest=1 potentially relevent) doesn't break things
+ // [test] regtest=1 potentially relevant) doesn't break things
test_args.SelectConfigNetwork("test");
test_args.ParseParameters(0, (char**)argv_testnet);