From 9f92d0b8d5c1e7d4976396ca26e677a89400ec90 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Aug 2018 17:05:18 +0200 Subject: Fix typo in diagnostics --- build2/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.1