diff options
author | Edward Betts <edward@4angle.com> | 2018-01-19 07:54:14 +0000 |
---|---|---|
committer | Edward Betts <edward@4angle.com> | 2018-03-05 17:00:40 +0000 |
commit | fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (patch) | |
tree | fdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /tests/libwallet_api_tests/scripts/README.md | |
parent | Merge pull request #3303 (diff) | |
download | monero-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.tar.xz |
Correct spelling mistakes.
Diffstat (limited to '')
-rw-r--r-- | tests/libwallet_api_tests/scripts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/scripts/README.md b/tests/libwallet_api_tests/scripts/README.md index 2705cc04b..3818a27d8 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 enviroment variable ```TESTNET_DAEMON_ADDRESS=<your_daemon_address>``` + can we overriden 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 |