Skip to content

Commit ded6a2a

Browse files
author
MarcoFalke
committed
Merge #12584: Fix typos and cleanup documentation
a9761ca Fix typos and cleanup (Dimitris Apostolou) Pull request description: [ci-skip] Tree-SHA512: 6d7e02d8fdf6add702bbfe4439ace9c8621b45d21111abc69d85be9120347b06a029bc1885665547c1230ebc41da9d97210f6d1325b7692a4585356969ecb127
2 parents 90a0aed + a9761ca commit ded6a2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/README_osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Deterministic OS X Dmg Notes.
1+
Deterministic OS X DMG Notes.
22

33
Working OS X DMGs are created in Linux by combining a recent clang,
44
the Apple binutils (ld, ar, etc) and DMG authoring tools.

doc/REST-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Only supports JSON as output format.
4545
* verificationprogress : (numeric) estimate of verification progress [0..1]
4646
* chainwork : (string) total amount of work in active chain, in hexadecimal
4747
* pruned : (boolean) if the blocks are subject to pruning
48-
* pruneheight : (numeric) heighest block available
48+
* pruneheight : (numeric) highest block available
4949
* softforks : (array) status of softforks in progress
5050
* bip9_softforks : (object) status of BIP9 softforks in progress
5151

doc/translation_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The client it used to fetch updated translations. If you are having problems, or
5252

5353
`pip install transifex-client`
5454

55-
Setup your transifex client config as follows. Please *ignore the token field*.
55+
Setup your Transifex client config as follows. Please *ignore the token field*.
5656

5757
```ini
5858
nano ~/.transifexrc

doc/zmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ and just the tip will be notified. It is up to the subscriber to
101101
retrieve the chain from the last known block to the new tip.
102102

103103
There are several possibilities that ZMQ notification can get lost
104-
during transmission depending on the communication type your are
104+
during transmission depending on the communication type you are
105105
using. Bitcoind appends an up-counting sequence number to each
106106
notification which allows listeners to detect lost notifications.

0 commit comments

Comments
 (0)