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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user