Skip to content

Commit 4a9f064

Browse files
authored
Fix typos
1 parent 4b4e948 commit 4a9f064

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/build-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Installation
133133
-------------
134134

135135
After building using the Windows subsystem it can be useful to copy the compiled
136-
executables to a directory on the windows drive in the same directory structure
136+
executables to a directory on the Windows drive in the same directory structure
137137
as they appear in the release `.zip` archive. This can be done in the following
138138
way. This will install to `c:\workspace\bitcoin`, for example:
139139

doc/developer-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,10 @@ Current subtrees include:
705705
- Upstream at https://github.com/google/leveldb ; Maintained by Google, but
706706
open important PRs to Core to avoid delay.
707707
- **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when
708-
merging upstream changes to the leveldb subtree.
708+
merging upstream changes to the LevelDB subtree.
709709

710710
- src/libsecp256k1
711-
- Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintaned by Core contributors.
711+
- Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintained by Core contributors.
712712

713713
- src/crypto/ctaes
714714
- Upstream at https://github.com/bitcoin-core/ctaes ; actively maintained by Core contributors.

doc/init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Configuration
2222

2323
At a bare minimum, bitcoind requires that the rpcpassword setting be set
2424
when running as a daemon. If the configuration file does not exist or this
25-
setting is not set, bitcoind will shutdown promptly after startup.
25+
setting is not set, bitcoind will shut down promptly after startup.
2626

2727
This password does not have to be remembered or typed as it is mostly used
2828
as a fixed token that bitcoind and client programs read from the configuration

0 commit comments

Comments
 (0)