fixing typos (#8883)

Correction for "Lets assume":

Incorrect: "Lets assume"
Correct: "Let's assume"
Explanation: In this phrase, the word "Lets" is incorrectly written. The
correct form should be "Let's," which is a contraction of "let us."

Correction for the word "tripple":

Incorrect: "tripple"
Correct: "triple"
Explanation: The word "tripple" is misspelled. The correct spelling is
"triple," which refers to something made up of three parts, or
multiplied by three.
This commit is contained in:
Anıl 2023-12-05 01:59:13 +03:00 committed by GitHub
parent c5f4c761e0
commit 1492cc4de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ Testing of new releases of Erigon should ideally include these checks.
## Incremental Sync ## Incremental Sync
This check requires having the Erigon database synced previously. Lets assume (for command line examples) it is in the This check requires having the Erigon database synced previously. Let's assume (for command line examples) it is in the
directory `~/mainnet/erigon/chaindata`. directory `~/mainnet/erigon/chaindata`.
Using `git pull` or `git checkout`, update the code to the version that is to be released (or very close to it). Then, Using `git pull` or `git checkout`, update the code to the version that is to be released (or very close to it). Then,
build erigon executable: build erigon executable:
@ -306,7 +306,7 @@ Example of recording command:
./build/bin/rpctest bench8 --erigonUrl http://192.168.1.2:8545 --gethUrl http://192.168.1.1:8545 --needCompare --blockFrom 9000000 --blockTo 9000100 --recordFile req.txt ./build/bin/rpctest bench8 --erigonUrl http://192.168.1.2:8545 --gethUrl http://192.168.1.1:8545 --needCompare --blockFrom 9000000 --blockTo 9000100 --recordFile req.txt
``` ```
The file format is plain text, with requests and responses are written in separate lines, and delimited by the tripple The file format is plain text, with requests and responses are written in separate lines, and delimited by the triple
line breaks, like this: line breaks, like this:
``` ```