Skip to content

Commit f504a14

Browse files
author
MarcoFalke
committed
Merge #14395: Fix typos and cleanup
4a9f064 Fix typos (Dimitris Apostolou) Pull request description: Tree-SHA512: 011133fb524c3c3cfd272aad0fe9103192b1cc00ac8b14d5b224368fffdb3893e8a19fe281e59ea1aba81bd5e5ab4b7b2de5c3f269e4a7aee66959727cd82cec
2 parents 4ad560d + 4a9f064 commit f504a14

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)