Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81153 - trunk/libs/xpressive/example
From: eric_at_[hidden]
Date: 2012-11-02 18:55:49


Author: eric_niebler
Date: 2012-11-02 18:55:48 EDT (Fri, 02 Nov 2012)
New Revision: 81153
URL: http://svn.boost.org/trac/boost/changeset/81153

Log:
comment typo, refs #7554
Text files modified:
   trunk/libs/xpressive/example/main.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/xpressive/example/main.cpp
==============================================================================
--- trunk/libs/xpressive/example/main.cpp (original)
+++ trunk/libs/xpressive/example/main.cpp 2012-11-02 18:55:48 EDT (Fri, 02 Nov 2012)
@@ -214,7 +214,7 @@
 {
     std::string str( "Now <bold>is the time <i>for all good men</i> to come to the aid of their</bold> country." );
 
- // find a HTML tag
+ // find an HTML tag
     sregex html = '<' >> optional('/') >> +_w >> '>';
 
     // the -1 below directs the token iterator to display the parts of


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