aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile-rule.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-02 19:29:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-02 19:29:37 +0200
commitbebadb5220d7387ebbc0f916f35ce9f460f36a66 (patch)
tree36f5cf85ee538febe9fc39e872e3c3d4e2526072 /build2/cc/compile-rule.cxx
parente78c6c8dd0d4fb66b888c962d50da33c6704c395 (diff)
Fix typo
Diffstat (limited to 'build2/cc/compile-rule.cxx')
-rw-r--r--build2/cc/compile-rule.cxx2
1 files changed, 1 insertions, 1 deletions
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 ())