aboutsummaryrefslogtreecommitdiff
path: root/build/install
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-15 08:32:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-15 08:32:29 +0200
commit9553742cf67863e81e4ff053506ca9f87ced57e4 (patch)
tree9f9e1dba584ebf1132f35e20eaa0eabd659d3a96 /build/install
parent6c769243ef185782ba1ae08ef2a9f4ded17f3949 (diff)
Fix bug in cxx install logic
Diffstat (limited to 'build/install')
-rw-r--r--build/install/rule.cxx2
1 files changed, 1 insertions, 1 deletions
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 ())