doc: Fix unrelated typos reported by codespell

This commit is contained in:
MarcoFalke
2020-05-27 10:15:05 -04:00
parent 793e0ff22c
commit fab893e0ca
5 changed files with 5 additions and 5 deletions

View File

@@ -179,7 +179,7 @@ static bool getScriptFromDescriptor(const std::string& descriptor, CScript& scri
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, strprintf("Cannot derive script without private keys"));
}
// Combo desriptors can have 2 or 4 scripts, so we can't just check scripts.size() == 1
// Combo descriptors can have 2 or 4 scripts, so we can't just check scripts.size() == 1
CHECK_NONFATAL(scripts.size() > 0 && scripts.size() <= 4);
if (scripts.size() == 1) {