From dcd0b7d1a2b817b4e22078e7f0fa7cb14364065a Mon Sep 17 00:00:00 2001 From: Jurko Date: Wed, 15 Oct 2014 00:17:16 +0200 Subject: [PATCH] Fix a dependecy --> dependency comment typo. --- src/build/virtual-target.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/virtual-target.jam b/src/build/virtual-target.jam index 3103c3051..4342a3598 100644 --- a/src/build/virtual-target.jam +++ b/src/build/virtual-target.jam @@ -1285,7 +1285,7 @@ class subvariant # Returns the properties specifying implicit include paths to generated # headers. This traverses all targets in this subvariant and subvariants - # referred by properties. For all targets of type + # referred by properties. For all targets of type # 'target-type' (or for all targets, if 'target-type' is not specified), the # result will contain <$(feature)>path-to-that-target. #