From e0a7c21e5ebb341c87546bf2706ff7dda88deb64 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Aug 2017 09:38:44 +0200 Subject: Cosmetic change --- build2/dist/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2') diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx index b600a98..cdc0b6d 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -111,8 +111,8 @@ namespace build2 if (rs != t.base_scope ().root_scope ()) fail << "target " << t << " is from a different project" << - info << "one dist() meta-operation can handle one project" << - info << "consider using several dist() meta-operations"; + info << "one dist meta-operation can handle one project" << + info << "consider using several dist meta-operations"; } // Match a rule for every operation supported by this project. Skip -- cgit v1.1