aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index db0d6b2..bb26b9d 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -105,7 +105,7 @@ namespace build2
}
catch (const process_error& e)
{
- error << "unable execute " << f << ": " << e.what ();
+ error << "unable to execute " << f << ": " << e.what ();
throw failed ();
}