diff options
| author | jloughry <[email protected]> | 2016-02-12 11:35:32 -0700 |
|---|---|---|
| committer | jloughry <[email protected]> | 2016-02-12 12:51:54 -0700 |
| commit | 37767fd46f673a06864df6e14d3030622b1cb2c9 (patch) | |
| tree | 0d7af548f6da69f26498aeb00a9bfdeeb887a6b6 /doc | |
| parent | Merge #7184: Implement SequenceLocks functions for BIP 68 (diff) | |
| download | discoin-37767fd46f673a06864df6e14d3030622b1cb2c9.tar.xz discoin-37767fd46f673a06864df6e14d3030622b1cb2c9.zip | |
fix spelling of advertise in src and doc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.md b/doc/tor.md index 1d35a658b..be4125544 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -52,7 +52,7 @@ your bitcoind's P2P listen port (8333 by default). this option, and this can be a .onion address. Given the above configuration, you can find your onion address in /var/lib/tor/bitcoin-service/hostname. Onion addresses are given - preference for your node to advertize itself with, for connections + preference for your node to advertise itself with, for connections coming from unroutable addresses (such as 127.0.0.1, where the Tor proxy typically runs). |