Skip to content

Commit 81b9800

Browse files
committed
fix typos
1 parent 5acf12b commit 81b9800

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If the repository is not a fresh git clone, you might have to clean files from p
99

1010
The ci needs to perform various sysadmin tasks such as installing packages or writing to the user's home directory.
1111
While it should be fine to run
12-
the ci system locally on you development box, the ci scripts can generally be assumed to have received less review and
12+
the ci system locally on your development box, the ci scripts can generally be assumed to have received less review and
1313
testing compared to other parts of the codebase. If you want to keep the work tree clean, you might want to run the ci
1414
system in a virtual machine with a Linux operating system of your choice.
1515

contrib/guix/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ details.
247247
* _**SDK_PATH**_
248248

249249
Set the path where _extracted_ SDKs can be found. This is passed through to
250-
the depends tree. Note that this is should be set to the _parent_ directory of
250+
the depends tree. Note that this should be set to the _parent_ directory of
251251
the actual SDK (e.g. `SDK_PATH=$HOME/Downloads/macOS-SDKs` instead of
252252
`$HOME/Downloads/macOS-SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers`).
253253

contrib/tracing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $ python3 contrib/tracing/log_raw_p2p_msgs.py $(pidof bitcoind)
155155

156156
```
157157
Logging raw P2P messages.
158-
Messages larger that about 32kb will be cut off!
158+
Messages larger than about 32kb will be cut off!
159159
Some messages might be lost!
160160
outbound msg 'inv' from peer 4 (outbound-full-relay, XX.XXX.XX.4:8333) with 253 bytes: 0705000000be2245c8f844c9f763748e1a7…
161161

contrib/tracing/log_raw_p2p_msgs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def handle_outbound(_, data, size):
168168
bpf["outbound_messages"].open_perf_buffer(handle_outbound)
169169

170170
print("Logging raw P2P messages.")
171-
print("Messages larger that about 32kb will be cut off!")
171+
print("Messages larger than about 32kb will be cut off!")
172172
print("Some messages might be lost!")
173173
while True:
174174
try:

doc/policy/packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following rules are enforced for all packages:
4545
- No more than MAX_REPLACEMENT_CANDIDATES transactions can be replaced, analogous to
4646
regular [replacement rule](./mempool-replacements.md) 5).
4747

48-
- Replacements must pay more total total fees at the incremental relay fee (analogous to
48+
- Replacements must pay more total fees at the incremental relay fee (analogous to
4949
regular [replacement rules](./mempool-replacements.md) 3 and 4).
5050

5151
- Parent feerate must be lower than package feerate.

0 commit comments

Comments
 (0)