mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user