From 1492cc4de1b434bf73f0b469ec8514bfab10d8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C4=B1l?= <114004196+anil2ec4@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:59:13 +0300 Subject: [PATCH] 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. --- TESTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING.md b/TESTING.md index e57163f54..9302b7772 100644 --- a/TESTING.md +++ b/TESTING.md @@ -2,7 +2,7 @@ Testing of new releases of Erigon should ideally include these checks. ## 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`. 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: @@ -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 ``` -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: ```