aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-29 17:05:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-29 17:05:18 +0200
commit9f92d0b8d5c1e7d4976396ca26e677a89400ec90 (patch)
tree05a67d11f27eae353e2ad2c2b19dd98b72e6139c
parenta6adee41b633918146c70080463cd52688218fd1 (diff)
Fix typo in diagnostics
-rw-r--r--build2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/file.cxx b/build2/file.cxx
index d987226..728de64 100644
--- a/build2/file.cxx
+++ b/build2/file.cxx
@@ -1478,7 +1478,7 @@ namespace build2
info << "or explicitly specify its project name";
else
dr << info << "use config.import." << proj.variable ()
- << " command line variable to specifying its project out_root";
+ << " command line variable to specify its project out_root";
dr << endf;
}