Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78376 - trunk/tools/build/v2/doc
From: jurko.gospodnetic_at_[hidden]
Date: 2012-05-08 05:20:02


Author: jurko
Date: 2012-05-08 05:19:59 EDT (Tue, 08 May 2012)
New Revision: 78376
URL: http://svn.boost.org/trac/boost/changeset/78376

Log:
Minor Boost Build documentation typo corrected.
Text files modified:
   trunk/tools/build/v2/doc/bjam.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/doc/bjam.qbk
==============================================================================
--- trunk/tools/build/v2/doc/bjam.qbk (original)
+++ trunk/tools/build/v2/doc/bjam.qbk 2012-05-08 05:19:59 EDT (Tue, 08 May 2012)
@@ -683,7 +683,7 @@
 rule ISFILE ( /targets/ * )
 ]
 
-=ISFILE= marks targets as required to be files. This changes the way =bjam= searches for the target such that it ignores mathes for file system items that are not file, like directories. This makes it possible to avoid `#include "exception"` matching if one happens to have a directory named exception in the header search path.
+=ISFILE= marks targets as required to be files. This changes the way =bjam= searches for the target such that it ignores matches for file system items that are not files, like directories. This makes it possible to avoid `#include "exception"` matching if one happens to have a directory named exception in the header search path.
 
 [warning This is currently not fully implemented.]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk