summaryrefslogtreecommitdiff
path: root/tools/build/src/tools/testing-aux.jam
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/src/tools/testing-aux.jam')
-rw-r--r--tools/build/src/tools/testing-aux.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/src/tools/testing-aux.jam b/tools/build/src/tools/testing-aux.jam
index 64ba00387..5c7a267da 100644
--- a/tools/build/src/tools/testing-aux.jam
+++ b/tools/build/src/tools/testing-aux.jam
@@ -70,7 +70,7 @@ rule capture-output ( target : source : properties * : targets-to-remove * )
# OK if it cannot find the target or updating rule.
NOCARE $(target:S=.output) ;
- # This has two-fold effect. First it adds input files to the dependendency
+ # This has two-fold effect. First it adds input files to the dependency
# graph, preventing a warning. Second, it causes input files to be bound
# before target is created. Therefore, they are bound using SEARCH setting
# on them and not LOCATE setting of $(target), as in other case (due to jam