$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: david_at_[hidden]
Date: 2008-01-29 11:41:12
Author: djenkins
Date: 2008-01-29 11:41:12 EST (Tue, 29 Jan 2008)
New Revision: 43012
URL: http://svn.boost.org/trac/boost/changeset/43012
Log:
fix typo
Text files modified: 
   trunk/boost/xpressive/regex_primitives.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/xpressive/regex_primitives.hpp
==============================================================================
--- trunk/boost/xpressive/regex_primitives.hpp	(original)
+++ trunk/boost/xpressive/regex_primitives.hpp	2008-01-29 11:41:12 EST (Tue, 29 Jan 2008)
@@ -756,7 +756,7 @@
 ///                        >> *set[_s | punct];
 /// \endcode
 ///
-/// \attention Skipping does not affect how nested regexes are handles because
+/// \attention Skipping does not affect how nested regexes are handled because
 /// they are treated atomically. String literals are also treated
 /// atomically; that is, no skipping is done within a string literal. So
 /// <tt>skip(_s)("this that")</tt> is not the same as