script, doc: spelling update

This commit is contained in:
Jon Atack
2021-06-23 13:33:18 +02:00
parent 567670bec5
commit 184d4534f6
4 changed files with 6 additions and 5 deletions

View File

@@ -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>