mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +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:
@@ -667,7 +667,7 @@ public:
|
||||
env(deposit::auth(gw, alice));
|
||||
env.close();
|
||||
{
|
||||
// Find the preauthorization.
|
||||
// Find the pre-authorization.
|
||||
Json::Value const resp = acctObjs(gw, jss::deposit_preauth);
|
||||
BEAST_EXPECT(acctObjsIsSize(resp, 1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user