]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/progress.hpp
How about if we write a script to do some of this and stop doing it
[lyx.git] / boost / boost / progress.hpp
index bac280b0e159315f1188a79d40983fdcecf1f946..fbbf04a7f2a4a833b75ceed60602217444b97ec0 100644 (file)
@@ -51,7 +51,7 @@ class progress_timer : public timer, private noncopyable
       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 );