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/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile-rule.cxx') 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 ()) -- cgit v1.1