diff options
| author | Gavin Andresen <[email protected]> | 2014-02-05 07:29:06 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-02-05 07:29:06 -0500 |
| commit | 0ff620e04eb9eaa8313137e0f7aaf30ce5acf485 (patch) | |
| tree | c9959e137e9db01f65e64057c4de3dc7506e084d | |
| parent | Merge pull request #3613 from cozz/cozz1 (diff) | |
| parent | Typo fix: `anonimized => anonymized` + `infromation => information` (diff) | |
| download | discoin-0ff620e04eb9eaa8313137e0f7aaf30ce5acf485.tar.xz discoin-0ff620e04eb9eaa8313137e0f7aaf30ce5acf485.zip | |
Merge pull request #3627 from calvintam/fix_typos
Typo fix: `anonimized => anonymized` + `infromation => information`
| -rw-r--r-- | doc/release-notes/release-notes-0.8.2.md | 2 | ||||
| -rw-r--r-- | doc/tor.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes/release-notes-0.8.2.md b/doc/release-notes/release-notes-0.8.2.md index 596ce8835..eea9ba2a2 100644 --- a/doc/release-notes/release-notes-0.8.2.md +++ b/doc/release-notes/release-notes-0.8.2.md @@ -74,7 +74,7 @@ Command-line options JSON-RPC API changes * fixed a getblocktemplate bug that caused excessive CPU creating blocks. -* listunspent now lists account and address infromation. +* listunspent now lists account and address information. * getinfo now also returns the time adjustment estimated from your peers. * getpeerinfo now returns bytessent, bytesrecv and syncnode. * gettxoutsetinfo returns statistics about the unspent transaction output database. diff --git a/doc/tor.md b/doc/tor.md index 41dd71209..b5eb91e12 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -11,7 +11,7 @@ configure Tor. --------------------------------- The first step is running Bitcoin behind a Tor proxy. This will already make all -outgoing connections be anonimized, but more is possible. +outgoing connections be anonymized, but more is possible. -socks=5 SOCKS5 supports connecting-to-hostname, which can be used instead of doing a (leaking) local DNS lookup. SOCKS5 is the default, |