diff --git a/src/test/jtx/TrustedPublisherServer.h b/src/test/jtx/TrustedPublisherServer.h index 529383c622..dc7682bb72 100644 --- a/src/test/jtx/TrustedPublisherServer.h +++ b/src/test/jtx/TrustedPublisherServer.h @@ -129,7 +129,7 @@ public: // TrustedPublisherServer must be accessed through a shared_ptr. // This constructor is only public so std::make_shared has access. - // The function`make_TrustedPublisherServer` should be used to create + // The function `make_TrustedPublisherServer` should be used to create // instances. // The `futures` member is expected to be structured as // effective / expiration time point pairs for use in version 2 UNLs @@ -249,7 +249,7 @@ public: { error_code ec; acceptor_.close(ec); - // TODO consider making this join + // TODO: consider making this join // any running do_peer threads } diff --git a/src/test/protocol/STTx_test.cpp b/src/test/protocol/STTx_test.cpp index 86e5e88d0a..6a20e705a0 100644 --- a/src/test/protocol/STTx_test.cpp +++ b/src/test/protocol/STTx_test.cpp @@ -1474,7 +1474,7 @@ public: // Signer { // Account: "...", // TxnSignature: "...", - // PublicKey: "..."" + // PublicKey: "..." // } // Make one well formed Signer and several mal-formed ones. See // whether the serializer lets the good one through and catches