Fixed a typo in gc_test.cpp. Review: https://reviews.apache.org/r/64269
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6bf05406 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6bf05406 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6bf05406 Branch: refs/heads/master Commit: 6bf05406d1e7f42b0a61b2309f9829298e54bd9a Parents: 849dec1 Author: Gilbert Song <[email protected]> Authored: Tue Nov 28 18:44:59 2017 -0800 Committer: Gilbert Song <[email protected]> Committed: Wed Dec 6 12:04:19 2017 -0800 ---------------------------------------------------------------------- src/tests/gc_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/6bf05406/src/tests/gc_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/gc_tests.cpp b/src/tests/gc_tests.cpp index 673fdd8..0e34c01 100644 --- a/src/tests/gc_tests.cpp +++ b/src/tests/gc_tests.cpp @@ -596,7 +596,7 @@ TEST_F(GarbageCollectorIntegrationTest, ExitedExecutor) Clock::pause(); - // Kiling the executor will cause the slave to schedule its + // Killing the executor will cause the slave to schedule its // directory to get garbage collected. EXPECT_CALL(exec, shutdown(_)) .Times(AtMost(1)); @@ -708,7 +708,7 @@ TEST_F(GarbageCollectorIntegrationTest, DiskUsage) Clock::pause(); - // Kiling the executor will cause the slave to schedule its + // Killing the executor will cause the slave to schedule its // directory to get garbage collected. EXPECT_CALL(exec, shutdown(_)) .Times(AtMost(1));
