2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Fix a couple typos.

[SVN r64542]
This commit is contained in:
Steven Watanabe
2010-08-02 15:46:26 +00:00
parent bd0c1a9b1b
commit fe858bb5d3

View File

@@ -967,7 +967,7 @@ def find_viable_generators (target_type, prop_set):
if not g in __active_generators:
viable_generators.append (g)
else:
dout(" generator %s is active, discarning" % g.id())
dout(" generator %s is active, discarding" % g.id())
# Generators which override 'all'.
all_overrides = []
@@ -1051,7 +1051,7 @@ def construct (project, name, target_type, prop_set, sources, top_level=False):
If 'top-level' is set, does not suppress generators that are already
used in the stack. This may be useful in cases where a generator
has to build a metatargets -- for example a target corresponding to
has to build a metatarget -- for example a target corresponding to
built tool.
"""