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

@@ -56,7 +56,7 @@ class ScaleFreeSim_test : public beast::unit_test::suite
// Initialize timers
HeartbeatTimer heart(sim.scheduler, seconds(10s));
// 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};