summaryrefslogtreecommitdiffstats
path: root/src/deps_log_test.cc
diff options
context:
space:
mode:
authorMo Zhou <cdluminate@gmail.com>2018-09-06 04:09:48 (GMT)
committerMo Zhou <cdluminate@gmail.com>2018-09-06 04:09:48 (GMT)
commit33448c830bc0c72a1bee767934121c08f45d45a7 (patch)
tree46ed06783d153e21224ed47f0086bd49a450ebdb /src/deps_log_test.cc
parentca041d88f4d610332aa48c801342edfafb622ccb (diff)
downloadNinja-33448c830bc0c72a1bee767934121c08f45d45a7.zip
Ninja-33448c830bc0c72a1bee767934121c08f45d45a7.tar.gz
Ninja-33448c830bc0c72a1bee767934121c08f45d45a7.tar.bz2
Misc typo fixes by https://github.com/codespell-project/codespell/
Diffstat (limited to 'src/deps_log_test.cc')
-rw-r--r--src/deps_log_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deps_log_test.cc b/src/deps_log_test.cc
index 89f7be1..0cdeb45 100644
--- a/src/deps_log_test.cc
+++ b/src/deps_log_test.cc
@@ -143,7 +143,7 @@ TEST_F(DepsLogTest, DoubleEntry) {
ASSERT_GT(file_size, 0);
}
- // Now reload the file, and readd the same deps.
+ // Now reload the file, and read the same deps.
{
State state;
DepsLog log;
@@ -203,7 +203,7 @@ TEST_F(DepsLogTest, Recompact) {
ASSERT_GT(file_size, 0);
}
- // Now reload the file, and add slighly different deps.
+ // Now reload the file, and add slightly different deps.
int file_size_2;
{
State state;