2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix minor typo.

[SVN r60708]
This commit is contained in:
Rene Rivera
2010-03-19 14:05:43 +00:00
parent 83c1703151
commit 841a0e7a6b

View File

@@ -1104,7 +1104,7 @@ rule UPDATE_NOW ( /targets/ * : /log/ ? : /ignore-minus-n/ ? )
]
The =UPDATE_NOW= caused the specified targets to be updated immediately.
If update was successfully, non-empty string is returned. The /log/ parameter,
If update was successfull, non-empty string is returned. The /log/ parameter,
if present, specifies a descriptor of a file where all output from building
is redirected. If the /ignore-minus-n/ parameter is specified, the targets
are updated even if the =-n= parameter is specified on the command line.