mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +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:
@@ -662,7 +662,7 @@ STAmount::getFullText() const
|
||||
std::string
|
||||
STAmount::getText() const
|
||||
{
|
||||
// keep full internal accuracy, but make more human friendly if posible
|
||||
// keep full internal accuracy, but make more human friendly if possible
|
||||
if (*this == beast::zero)
|
||||
return "0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user