diff options
-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; } |