diff options
Diffstat (limited to 'cpp/src/tests/ClusterFixture.h')
-rw-r--r-- | cpp/src/tests/ClusterFixture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ClusterFixture.h b/cpp/src/tests/ClusterFixture.h index 1eee32b9a4..f548ff9376 100644 --- a/cpp/src/tests/ClusterFixture.h +++ b/cpp/src/tests/ClusterFixture.h @@ -89,7 +89,7 @@ class ClusterFixture : public vector<uint16_t> { /** Kill a forked broker with sig, or shutdown localBroker. */ void kill(size_t n, int sig=SIGINT); - /** Kill a broker and suppressing errors from closing connection c. */ + /** Kill a broker and suppress errors from closing connection c. */ void killWithSilencer(size_t n, client::Connection& c, int sig=SIGINT); private: |