$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78636 - trunk/tools/build/v2/doc/src
From: jurko.gospodnetic_at_[hidden]
Date: 2012-05-26 13:48:42
Author: jurko
Date: 2012-05-26 13:48:42 EDT (Sat, 26 May 2012)
New Revision: 78636
URL: http://svn.boost.org/trac/boost/changeset/78636
Log:
Boost Build documentation typo correction.
Text files modified: 
   trunk/tools/build/v2/doc/src/overview.xml |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/doc/src/overview.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/overview.xml	(original)
+++ trunk/tools/build/v2/doc/src/overview.xml	2012-05-26 13:48:42 EDT (Sat, 26 May 2012)
@@ -367,7 +367,7 @@
 }
 </programlisting>
         In this example, the rule checks if a certain build property is specified.
-        If so, it sets the variable <varname>OPIONS</varname> that is then used
+        If so, it sets the variable <varname>OPTIONS</varname> that is then used
         inside the action. Note that the variables set "on a target" will be
         visible only inside actions building that target, not globally. Were
         they set globally, using variable named <varname>OPTIONS</varname> in