mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
Fix typos
This commit is contained in:
parent
4b4e9486af
commit
4a9f064ea1
3 changed files with 4 additions and 4 deletions
|
@ -133,7 +133,7 @@ Installation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
After building using the Windows subsystem it can be useful to copy the compiled
|
After building using the Windows subsystem it can be useful to copy the compiled
|
||||||
executables to a directory on the windows drive in the same directory structure
|
executables to a directory on the Windows drive in the same directory structure
|
||||||
as they appear in the release `.zip` archive. This can be done in the following
|
as they appear in the release `.zip` archive. This can be done in the following
|
||||||
way. This will install to `c:\workspace\bitcoin`, for example:
|
way. This will install to `c:\workspace\bitcoin`, for example:
|
||||||
|
|
||||||
|
|
|
@ -705,10 +705,10 @@ Current subtrees include:
|
||||||
- Upstream at https://github.com/google/leveldb ; Maintained by Google, but
|
- Upstream at https://github.com/google/leveldb ; Maintained by Google, but
|
||||||
open important PRs to Core to avoid delay.
|
open important PRs to Core to avoid delay.
|
||||||
- **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when
|
- **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
|
- 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
|
- src/crypto/ctaes
|
||||||
- Upstream at https://github.com/bitcoin-core/ctaes ; actively maintained by Core contributors.
|
- Upstream at https://github.com/bitcoin-core/ctaes ; actively maintained by Core contributors.
|
||||||
|
|
Loading…
Add table
Reference in a new issue