diff options
| author | Calvin Tam <[email protected]> | 2014-02-05 21:34:44 +1100 |
|---|---|---|
| committer | Calvin Tam <[email protected]> | 2014-02-05 21:34:44 +1100 |
| commit | 5f8be1dadb66f109600fba00dcce48ad2d0c4670 (patch) | |
| tree | c9959e137e9db01f65e64057c4de3dc7506e084d /doc/release-notes | |
| parent | Merge pull request #3613 from cozz/cozz1 (diff) | |
| download | discoin-5f8be1dadb66f109600fba00dcce48ad2d0c4670.tar.xz discoin-5f8be1dadb66f109600fba00dcce48ad2d0c4670.zip | |
Typo fix: `anonimized => anonymized` + `infromation => information`
Diffstat (limited to 'doc/release-notes')
| -rw-r--r-- | doc/release-notes/release-notes-0.8.2.md | 2 |
1 files changed, 1 insertions, 1 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. |