diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-29 17:05:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-29 17:05:18 +0200 |
commit | 9f92d0b8d5c1e7d4976396ca26e677a89400ec90 (patch) | |
tree | 05a67d11f27eae353e2ad2c2b19dd98b72e6139c | |
parent | a6adee41b633918146c70080463cd52688218fd1 (diff) |
Fix typo in diagnostics
-rw-r--r-- | build2/file.cxx | 2 |
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; } |