diff options
| author | fanquake <[email protected]> | 2012-06-30 17:05:28 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-06-30 17:05:28 +0800 |
| commit | 7790f391abf0b0c03190fabfbc75050b2cba170b (patch) | |
| tree | cbe6144495f14334806d81bf3d9ad333eafce871 /src/test | |
| parent | Fix a few typos (diff) | |
| download | discoin-7790f391abf0b0c03190fabfbc75050b2cba170b.tar.xz discoin-7790f391abf0b0c03190fabfbc75050b2cba170b.zip | |
Fix a couple more typos
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/mruset_tests.cpp | 2 | ||||
| -rw-r--r-- | src/test/wallet_tests.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/mruset_tests.cpp b/src/test/mruset_tests.cpp index ca5a1f1b1..64a6678a7 100644 --- a/src/test/mruset_tests.cpp +++ b/src/test/mruset_tests.cpp @@ -71,7 +71,7 @@ int static permute(int n) return ret; } -// Test that an mruset acts like a moving window, if no duplcate elements are added +// Test that an mruset acts like a moving window, if no duplicate elements are added BOOST_AUTO_TEST_CASE(mruset_window) { mruset<int> mru(MAX_SIZE); diff --git a/src/test/wallet_tests.cpp b/src/test/wallet_tests.cpp index 9b77b284e..2f6da932a 100644 --- a/src/test/wallet_tests.cpp +++ b/src/test/wallet_tests.cpp @@ -121,7 +121,7 @@ BOOST_AUTO_TEST_CASE(coin_selection_tests) BOOST_CHECK_EQUAL(nValueRet, 10 * CENT); BOOST_CHECK_EQUAL(setCoinsRet.size(), 1); - // now clear out the wallet and start again to test chosing between subsets of smaller coins and the next biggest coin + // now clear out the wallet and start again to test choosing between subsets of smaller coins and the next biggest coin empty_wallet(); add_coin( 6*CENT); |