aboutsummaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests/main.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-05 19:10:22 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-05 19:10:22 +0200
commit302aedb845a64f511f40251cfad35bbdc04c4dd1 (patch)
treefdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /tests/libwallet_api_tests/main.cpp
parentc7ace5fa3d412410312e21c55c28068dcd625fef (diff)
parentfbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (diff)
downloadmonzero-core-302aedb845a64f511f40251cfad35bbdc04c4dd1.tar.gz
monzero-core-302aedb845a64f511f40251cfad35bbdc04c4dd1.tar.xz
monzero-core-302aedb845a64f511f40251cfad35bbdc04c4dd1.zip
Merge pull request #3156
fbcc91c2 Correct spelling mistakes. (Edward Betts)
Diffstat (limited to 'tests/libwallet_api_tests/main.cpp')
-rw-r--r--tests/libwallet_api_tests/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/main.cpp b/tests/libwallet_api_tests/main.cpp
index 96e327ef1..1e63a12f3 100644
--- a/tests/libwallet_api_tests/main.cpp
+++ b/tests/libwallet_api_tests/main.cpp
@@ -841,7 +841,7 @@ struct MyWalletListener : public Monero::WalletListener
{
std::cout << "wallet: " << wallet->mainAddress() << "**** just received unconfirmed money ("
<< txId << ", " << wallet->displayAmount(amount) << ")" << std::endl;
- // Don't trigger recieve until tx is mined
+ // Don't trigger receive until tx is mined
// total_rx += amount;
// receive_triggered = true;
// cv_receive.notify_one();