Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-07-09 17:12:19


Author: bemandawes
Date: 2008-07-09 17:12:19 EDT (Wed, 09 Jul 2008)
New Revision: 47279
URL: http://svn.boost.org/trac/boost/changeset/47279

Log:
Merge from trunk
Text files modified:
   branches/release/boost/progress.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/progress.hpp
==============================================================================
--- branches/release/boost/progress.hpp (original)
+++ branches/release/boost/progress.hpp 2008-07-09 17:12:19 EDT (Wed, 09 Jul 2008)
@@ -51,7 +51,7 @@
       std::istream::fmtflags old_flags = m_os.setf( std::istream::fixed,
                                                    std::istream::floatfield );
       std::streamsize old_prec = m_os.precision( 2 );
- m_os << elapsed() << " s\n" // "s" is System International d'Unités std
+ m_os << elapsed() << " s\n" // "s" is System International d'Unites std
                         << std::endl;
       m_os.flags( old_flags );
       m_os.precision( old_prec );


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