refactor: Fix typos in comments, configure cspell (#6164)

This change sets up a `cspell `configuration and fixes lots of typos in comments. There are no other code changes.
This commit is contained in:
Mayukha Vadari
2026-01-07 12:10:19 -05:00
committed by GitHub
parent f80059e467
commit 3c9f5b6252
107 changed files with 473 additions and 182 deletions

View File

@@ -59,7 +59,7 @@ class DistributedValidators_test : public beast::unit_test::suite
// Initial round to set prior state
sim.run(1);
// Run for 10 minues, submitting 100 tx/second
// Run for 10 minutes, submitting 100 tx/second
std::chrono::nanoseconds const simDuration = 10min;
std::chrono::nanoseconds const quiet = 10s;
Rate const rate{100, 1000ms};
@@ -163,7 +163,7 @@ class DistributedValidators_test : public beast::unit_test::suite
// Initial round to set prior state
sim.run(1);
// Run for 10 minues, submitting 100 tx/second
// Run for 10 minutes, submitting 100 tx/second
std::chrono::nanoseconds simDuration = 10min;
std::chrono::nanoseconds quiet = 10s;
Rate rate{100, 1000ms};