mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +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:
@@ -165,7 +165,7 @@ class NFTokenBurn_test : public beast::unit_test::suite
|
||||
// prevent alice's and minter's NFTs from clustering together
|
||||
// in becky's directory.
|
||||
//
|
||||
// Use a default initialized mercenne_twister because we want the
|
||||
// Use a default initialized mersenne_twister because we want the
|
||||
// effect of random numbers, but we want the test to run the same
|
||||
// way each time.
|
||||
std::mt19937 engine;
|
||||
|
||||
Reference in New Issue
Block a user