From bebadb5220d7387ebbc0f916f35ce9f460f36a66 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Nov 2018 19:29:37 +0200 Subject: Fix typo --- build2/bin/guess.cxx | 2 +- build2/cc/compile-rule.cxx | 2 +- build2/utility.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build2/bin/guess.cxx b/build2/bin/guess.cxx index 61c9f20..ab7edf6 100644 --- a/build2/bin/guess.cxx +++ b/build2/bin/guess.cxx @@ -274,7 +274,7 @@ namespace build2 // Binutils ld recognizes the --version option. Microsoft's link.exe // doesn't support --version (nor any other way to get the version - // without the error exist status) but it will still print its banner. + // without the error exit status) but it will still print its banner. // We also want to recognize link.exe as fast as possible since it will // be the most commonly configured linker (for other platoforms the // linker will normally be used indirectly via the compiler and the diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 1136cbe..1866e13 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -2772,7 +2772,7 @@ namespace build2 if (!bad_error) continue; - fail << "expected error exist status from " << x_lang + fail << "expected error exit status from " << x_lang << " compiler"; } else if (pr.exit->normal ()) diff --git a/build2/utility.hxx b/build2/utility.hxx index b75cb5a..6527d3a 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -284,7 +284,7 @@ namespace build2 // // T (string& line, bool last) // - // If ignore_exit is true, then the program's exist status is ignored (if it + // If ignore_exit is true, then the program's exit status is ignored (if it // is false and the program exits with the non-zero status, then an empty T // instance is returned). // -- cgit v1.1