$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60708 - trunk/tools/jam/doc
From: grafikrobot_at_[hidden]
Date: 2010-03-19 10:05:45
Author: grafik
Date: 2010-03-19 10:05:43 EDT (Fri, 19 Mar 2010)
New Revision: 60708
URL: http://svn.boost.org/trac/boost/changeset/60708
Log:
Fix minor typo.
Text files modified: 
   trunk/tools/jam/doc/bjam.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/jam/doc/bjam.qbk
==============================================================================
--- trunk/tools/jam/doc/bjam.qbk	(original)
+++ trunk/tools/jam/doc/bjam.qbk	2010-03-19 10:05:43 EDT (Fri, 19 Mar 2010)
@@ -1104,7 +1104,7 @@
 ]
 
 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.