diff options
| author | Dimitris Apostolou <[email protected]> | 2018-10-04 21:58:24 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-04 21:58:24 +0300 |
| commit | 4a9f064ea10e58220dce114e0fafa90ff8f1fcdf (patch) | |
| tree | e07d3eedbb3e4cc361ef82897f2b28cf418460aa /doc/developer-notes.md | |
| parent | Merge #14389: travis: set codespell version to avoid breakage (diff) | |
| download | discoin-4a9f064ea10e58220dce114e0fafa90ff8f1fcdf.tar.xz discoin-4a9f064ea10e58220dce114e0fafa90ff8f1fcdf.zip | |
Fix typos
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 1d103d481..c86648c5b 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -705,10 +705,10 @@ Current subtrees include: - Upstream at https://github.com/google/leveldb ; Maintained by Google, but open important PRs to Core to avoid delay. - **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when - merging upstream changes to the leveldb subtree. + merging upstream changes to the LevelDB subtree. - src/libsecp256k1 - - Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintaned by Core contributors. + - Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintained by Core contributors. - src/crypto/ctaes - Upstream at https://github.com/bitcoin-core/ctaes ; actively maintained by Core contributors. |