From 11be30dd40f2d9a177b340aa1de167f130fdeced Mon Sep 17 00:00:00 2001 From: Markus Alvila <44319370+RareData@users.noreply.github.com> Date: Mon, 27 Apr 2020 21:40:25 +0200 Subject: [PATCH] Correct typo in comment --- src/ripple/protocol/impl/STTx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/STTx.cpp b/src/ripple/protocol/impl/STTx.cpp index 14f11570a3..1da713e0f3 100644 --- a/src/ripple/protocol/impl/STTx.cpp +++ b/src/ripple/protocol/impl/STTx.cpp @@ -178,7 +178,7 @@ STTx::checkSign(RequireFullyCanonicalSig requireCanonicalSig) const try { // Determine whether we're single- or multi-signing by looking - // at the SigningPubKey. It it's empty we must be + // at the SigningPubKey. If it's empty we must be // multi-signing. Otherwise we're single-signing. Blob const& signingPubKey = getFieldVL(sfSigningPubKey); ret = signingPubKey.empty() ? checkMultiSign(requireCanonicalSig)