From 3748f3b83ac8020b2d15422236ab9603adf47fec Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Thu, 12 Jan 2023 21:20:11 +0200 Subject: [PATCH] Fix typos --- contrib/ci-builders/tekton/tekton-labs/README.md | 2 +- contrib/linearize/example-linearize.cfg | 2 +- src/txmempool.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/ci-builders/tekton/tekton-labs/README.md b/contrib/ci-builders/tekton/tekton-labs/README.md index bfcf5c001..4603c4e97 100644 --- a/contrib/ci-builders/tekton/tekton-labs/README.md +++ b/contrib/ci-builders/tekton/tekton-labs/README.md @@ -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` diff --git a/contrib/linearize/example-linearize.cfg b/contrib/linearize/example-linearize.cfg index 4c5596deb..f0dea1dcb 100644 --- a/contrib/linearize/example-linearize.cfg +++ b/contrib/linearize/example-linearize.cfg @@ -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 diff --git a/src/txmempool.h b/src/txmempool.h index b571207fe..db5011f9c 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -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). *