$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80925 - in branches/release: . libs libs/foreach/doc
From: eric_at_[hidden]
Date: 2012-10-09 21:10:27
Author: eric_niebler
Date: 2012-10-09 21:10:27 EDT (Tue, 09 Oct 2012)
New Revision: 80925
URL: http://svn.boost.org/trac/boost/changeset/80925
Log:
foreach: fix spell-o in docs. merge [80851] from trunk.
Properties modified: 
   branches/release/   (props changed)
   branches/release/libs/   (props changed)
Text files modified: 
   branches/release/libs/foreach/doc/foreach.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/foreach/doc/foreach.qbk
==============================================================================
--- branches/release/libs/foreach/doc/foreach.qbk	(original)
+++ branches/release/libs/foreach/doc/foreach.qbk	2012-10-09 21:10:27 EDT (Tue, 09 Oct 2012)
@@ -193,7 +193,7 @@
  result in an additional expansion of these macros. Instead, use the 
  form shown above.]
 
-Lasstly, a word of warning. Lots of folks use a `foreach` macro as a short form
+Lastly, a word of warning. Lots of folks use a `foreach` macro as a short form
 for `BOOST_FOREACH`. I discourage this. It leads to name conflicts within the
 `BOOST_FOREACH` macro itself, where `foreach` is the name of a namespace. Besides,
 `foreach` is a common-eough identifier; even [@http://qt.digia.com/ Qt] defines