mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 07:10:53 +00:00
refactor: Fix spelling issues in tests (#6199)
This change removes the `src/tests` exception from the `cspell` config and fixes all the issues that arise as a result. No functionality/test change.
This commit is contained in:
@@ -304,7 +304,7 @@ cpe(Currency const& c)
|
||||
|
||||
// All path element
|
||||
STPathElement
|
||||
allpe(AccountID const& a, Issue const& iss)
|
||||
allPathElements(AccountID const& a, Issue const& iss)
|
||||
{
|
||||
return STPathElement(
|
||||
STPathElement::typeAccount | STPathElement::typeCurrency | STPathElement::typeIssuer,
|
||||
|
||||
Reference in New Issue
Block a user