mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
refactor: Fix spelling issues in all variables/functions (#6184)
This change fixes many typos in comments, variables, and public functions. There is no functionality change.
This commit is contained in:
@@ -1719,7 +1719,7 @@ public:
|
||||
BEAST_EXPECT(jrr[jss::offers].isArray());
|
||||
BEAST_EXPECT(
|
||||
jrr[jss::offers].size() ==
|
||||
(asAdmin ? RPC::Tuning::bookOffers.rdefault : 0u));
|
||||
(asAdmin ? RPC::Tuning::bookOffers.rDefault : 0u));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user