diff options
author | Sen Jiang <senj@google.com> | 2018-04-04 17:59:10 -0700 |
---|---|---|
committer | Sen Jiang <senj@google.com> | 2018-04-04 18:07:19 -0700 |
commit | 771f6486a3b0333d43a2f8c743bfb945dca9db2c (patch) | |
tree | c72aa56680550f17c2b60621a1ede140f550aec8 /p2p_manager_unittest.cc | |
parent | a57d53e3edbda255a938a7dc76a2f38faeb520d4 (diff) |
Correct some spellings.
Test: mma
Change-Id: Icc49a4ee76f12d302ed18982d334f2f70b7263a8
Diffstat (limited to 'p2p_manager_unittest.cc')
-rw-r--r-- | p2p_manager_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p_manager_unittest.cc b/p2p_manager_unittest.cc index 5ffb3580..01bdc350 100644 --- a/p2p_manager_unittest.cc +++ b/p2p_manager_unittest.cc @@ -183,7 +183,7 @@ TEST_F(P2PManagerTest, HousekeepingCountLimit) { } // Check that we keep files with the .$EXT.p2p extension not older -// than some specificed age (5 days, in this test). +// than some specific age (5 days, in this test). TEST_F(P2PManagerTest, HousekeepingAgeLimit) { // We set the cutoff time to be 1 billion seconds (01:46:40 UTC on 9 // September 2001 - arbitrary number, but constant to avoid test |