diff --git a/src/rpc/quorums.cpp b/src/rpc/quorums.cpp index d16c9d288faf93..4ee7688c7e01c1 100644 --- a/src/rpc/quorums.cpp +++ b/src/rpc/quorums.cpp @@ -721,7 +721,7 @@ static UniValue quorum_getdata(const JSONRPCRequest& request, const LLMQContext& uint256 proTxHash; if (nDataMask & llmq::CQuorumDataRequest::ENCRYPTED_CONTRIBUTIONS) { - // Requre proTxHash if request wants ENCRYPTED_CONTRIBUTIONS data + // Require proTxHash if request wants ENCRYPTED_CONTRIBUTIONS data if (!request.params[4].isNull()) { proTxHash = ParseHashV(request.params[4], "proTxHash"); if (proTxHash.IsNull()) {