aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-16 18:08:06 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-16 18:08:07 +0200
commit0f27fc57acb708c48523ada6b67304c81da4aa3c (patch)
tree8d647b179918138b3e1ece874ddf8f2778340e7d /tests
parentMerge pull request #3322 (diff)
parentFix typos in various files (diff)
downloadmonero-0f27fc57acb708c48523ada6b67304c81da4aa3c.tar.xz
Merge pull request #3336
57c0b1ed Fix typos in various files (Dimitris Apostolou)
Diffstat (limited to 'tests')
-rw-r--r--tests/libwallet_api_tests/scripts/README.md6
-rw-r--r--tests/net_load_tests/srv.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/libwallet_api_tests/scripts/README.md b/tests/libwallet_api_tests/scripts/README.md
index 3818a27d8..f852c9e71 100644
--- a/tests/libwallet_api_tests/scripts/README.md
+++ b/tests/libwallet_api_tests/scripts/README.md
@@ -3,7 +3,7 @@
## Environment for the tests
* Running monero node, linked to private/public testnet.
By default, tests expect daemon running at ```localhost:38081```,
- can we overriden with environment variable ```TESTNET_DAEMON_ADDRESS=<your_daemon_address>```
+ can be overridden with environment variable ```TESTNET_DAEMON_ADDRESS=<your_daemon_address>```
[Manual](https://github.com/moneroexamples/private-testnet) explaining how to run private testnet.
* Directory with pre-generated wallets
@@ -18,7 +18,7 @@
when running first time, please uncomment line ```#create_wallet wallet_m``` to create miner wallet as well.
This wallet should be used for mining and all test wallets supposed to be seed from this miner wallet
-* ```mining_start.sh``` and ```mining_stop.sh``` - helper scripts to start and stop mining on miner waller
+* ```mining_start.sh``` and ```mining_stop.sh``` - helper scripts to start and stop mining on miner wallet
-* ```send_funds.sh``` - script for seeding test wallets. Please run this script when you have ehough money on miner wallet
+* ```send_funds.sh``` - script for seeding test wallets. Please run this script when you have enough money on miner wallet
diff --git a/tests/net_load_tests/srv.cpp b/tests/net_load_tests/srv.cpp
index d91abd71c..6518d9117 100644
--- a/tests/net_load_tests/srv.cpp
+++ b/tests/net_load_tests/srv.cpp
@@ -132,7 +132,7 @@ namespace
int handle_shutdown(int command, const CMD_SHUTDOWN::request& req, test_connection_context& /*context*/)
{
- LOG_PRINT_L0("Got shutdown requst. Shutting down...");
+ LOG_PRINT_L0("Got shutdown request. Shutting down...");
m_tcp_server.send_stop_signal();
return 1;
}