aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 09:47:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 10:00:35 +0200
commit88bedd3896e383e550203e0056fd3b19dd2cef66 (patch)
tree18bada4787c7d42973271592a1bc3d10c3d3b196
parente1b3025e3a86c5b501d64900f61eb15a48541fb6 (diff)
Fix typo
-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";
}