From 39aac336925aa1e4452df9215545ba1b2326cd0c Mon Sep 17 00:00:00 2001 From: Martin Olsson Date: Wed, 3 Oct 2012 10:10:53 +0200 Subject: Fix two spelling errors --- configure.py | 2 +- src/build_test.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index f8e82f0..cb0d45e 100755 --- a/configure.py +++ b/configure.py @@ -364,7 +364,7 @@ n.newline() all_targets += ninja_test -n.comment('Ancilliary executables.') +n.comment('Ancillary executables.') objs = cxx('parser_perftest') all_targets += n.build(binary('parser_perftest'), 'link', objs, implicit=ninja_lib, variables=[('libs', libs)]) diff --git a/src/build_test.cc b/src/build_test.cc index 859e758..c208463 100644 --- a/src/build_test.cc +++ b/src/build_test.cc @@ -943,7 +943,7 @@ TEST_F(BuildDryRun, AllCommandsShown) { } // Test that RSP files are created when & where appropriate and deleted after -// succesful execution. +// successful execution. TEST_F(BuildTest, RspFileSuccess) { ASSERT_NO_FATAL_FAILURE(AssertParse(&state_, -- cgit v0.12