diff options
author | Jon Atack <jon@atack.com> | 2021-06-23 13:33:18 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-06-23 13:33:18 +0200 |
commit | 184d4534f6f9633d930f288184ca5248333c8ca2 (patch) | |
tree | c50b9af1184f5117ad0732af405e260d5324f771 /src/node/interfaces.cpp | |
parent | 567670bec5ecf9bc252e91370382be53fd81ccee (diff) |
script, doc: spelling update
Diffstat (limited to 'src/node/interfaces.cpp')
-rw-r--r-- | src/node/interfaces.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/interfaces.cpp b/src/node/interfaces.cpp index fce3c1809c..807b0143a6 100644 --- a/src/node/interfaces.cpp +++ b/src/node/interfaces.cpp @@ -180,7 +180,7 @@ public: ExternalSigner::Enumerate(command, signers, Params().NetworkIDString()); return signers; #else - // This result is undistinguisable from a succesful call that returns + // This result is indistinguishable from a successful call that returns // no signers. For the current GUI this doesn't matter, because the wallet // creation dialog disables the external signer checkbox in both // cases. The return type could be changed to std::optional<std::vector> |