Fix typos

This commit is contained in:
Dimitris Apostolou 2023-01-12 21:20:11 +02:00
parent a2623afe9f
commit 3748f3b83a
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Examples of CI/CD used to support Zcash build and testing
https://docs.docker.com/engine/install/
#### Setup Docker
If you are installing Docker for the first time, to run `docker` without `sudo` priviledge for every docker command:
If you are installing Docker for the first time, to run `docker` without `sudo` privilege for every docker command:
- Check if Docker group already exists:
- `cat /etc/group | grep docker`

View File

@ -25,5 +25,5 @@ output_file=/home/example/Downloads/bootstrap.dat
hashlist=hashlist.txt
split_year=1
# Maxmimum size in bytes of out-of-order blocks cache in memory
# Maximum size in bytes of out-of-order blocks cache in memory
out_of_order_cache_sz = 100000000

View File

@ -51,7 +51,7 @@ class CTxMemPool;
/** \class CTxMemPoolEntry
*
* CTxMemPoolEntry stores data about the correponding transaction, as well
* CTxMemPoolEntry stores data about the corresponding transaction, as well
* as data about all in-mempool transactions that depend on the transaction
* ("descendant" transactions).
*