From 9553742cf67863e81e4ff053506ca9f87ced57e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Dec 2015 08:32:29 +0200 Subject: Fix bug in cxx install logic --- build/install/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/install') diff --git a/build/install/rule.cxx b/build/install/rule.cxx index eb48bbe..854832c 100644 --- a/build/install/rule.cxx +++ b/build/install/rule.cxx @@ -181,7 +181,7 @@ namespace build // recipe d (match_delegate (a, t).first); - // If we have no installable prerequsites, then simply redirect + // If we have no installable prerequisites, then simply redirect // to it. // if (p.empty ()) -- cgit v1.1