From 841a0e7a6baf8871aecc3ca892494de22cb82fbb Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 19 Mar 2010 14:05:43 +0000 Subject: [PATCH] Fix minor typo. [SVN r60708] --- historic/jam/doc/bjam.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/historic/jam/doc/bjam.qbk b/historic/jam/doc/bjam.qbk index c3cc1a9d4..a4ff8615b 100644 --- a/historic/jam/doc/bjam.qbk +++ b/historic/jam/doc/bjam.qbk @@ -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.