Skip to content

Commit cb34d84

Browse files
fanquakevijaydasmp
authored andcommitted
Merge bitcoin#31718: Docs: fix typos in documentation files
81b9800 fix typos (wgyt) Pull request description: ACKs for top commit: maflcko: lgtm ACK 81b9800 Tree-SHA512: 6a4f718c0afb0e3bf80ab7fa7fed32f882614c60b6e4972f54584aecac2f19384d781232e923a47b72d76229af907ebf7717d7b34f9be6c00394ce5d7ed0b8d4
1 parent ebfdb8b commit cb34d84

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If the repository is not a fresh git clone, you might have to clean files from p
1010
The ci needs to perform various sysadmin tasks such as installing packages or writing to the user's home directory.
1111
While most of the actions are done inside a docker container, this is not possible for all. Thus, cache directories,
1212
such as the depends cache, previous release binaries, or ccache, are mounted as read-write into the docker container. While it should be fine to run
13-
the ci system locally on you development box, the ci scripts can generally be assumed to have received less review and
13+
the ci system locally on your development box, the ci scripts can generally be assumed to have received less review and
1414
testing compared to other parts of the codebase. If you want to keep the work tree clean, you might want to run the ci
1515
system in a virtual machine with a Linux operating system of your choice.
1616

contrib/guix/README.md

Lines changed: 1 addition & 1 deletion
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-26.1.1-17B100-extracted-SDK-with-libcxx-headers`).
253253

contrib/tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $ python3 contrib/tracing/log_raw_p2p_msgs.py ./src/dashd
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def handle_outbound(_, data, size):
166166
bpf["outbound_messages"].open_perf_buffer(handle_outbound)
167167

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

0 commit comments

Comments
 (0)