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

@@ -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));