aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/cc/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index 7ed8a9d..87f9ae9 100644
--- a/build2/cc/module.cxx
+++ b/build2/cc/module.cxx
@@ -199,7 +199,7 @@ namespace build2
// This is where we suggest that the user specifies --config-sub to
// help us out.
//
- fail << "unable to parse " << x_lang << "compiler target '"
+ fail << "unable to parse " << x_lang << " compiler target '"
<< ci.target << "': " << e.what () <<
info << "consider using the --config-sub option";
}