aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-06-23 13:33:18 +0200
committerJon Atack <jon@atack.com>2021-06-23 13:33:18 +0200
commit184d4534f6f9633d930f288184ca5248333c8ca2 (patch)
treec50b9af1184f5117ad0732af405e260d5324f771 /src/node
parent567670bec5ecf9bc252e91370382be53fd81ccee (diff)
downloadbitcoin-184d4534f6f9633d930f288184ca5248333c8ca2.tar.xz
script, doc: spelling update
Diffstat (limited to 'src/node')
-rw-r--r--src/node/interfaces.cpp2
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>