mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
[Trivial] Grammar and typo correction
Minor corrections in src\test\* .
This commit is contained in:
parent
02e5308c1b
commit
5c66d41b7f
6 changed files with 7 additions and 7 deletions
|
|
@ -465,7 +465,7 @@ public:
|
|||
std::string JSONPrettyPrint(const UniValue& univalue)
|
||||
{
|
||||
std::string ret = univalue.write(4);
|
||||
// Workaround for libunivalue pretty printer, which puts a space between comma's and newlines
|
||||
// Workaround for libunivalue pretty printer, which puts a space between commas and newlines
|
||||
size_t pos = 0;
|
||||
while ((pos = ret.find(" \n", pos)) != std::string::npos) {
|
||||
ret.replace(pos, 2, "\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue