Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76137 - trunk/libs/integer/test
From: john_at_[hidden]
Date: 2011-12-24 12:29:04


Author: johnmaddock
Date: 2011-12-24 12:29:03 EST (Sat, 24 Dec 2011)
New Revision: 76137
URL: http://svn.boost.org/trac/boost/changeset/76137

Log:
Fix typo.
Refs #6003.
Text files modified:
   trunk/libs/integer/test/integer_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/integer/test/integer_test.cpp
==============================================================================
--- trunk/libs/integer/test/integer_test.cpp (original)
+++ trunk/libs/integer/test/integer_test.cpp 2011-12-24 12:29:03 EST (Sat, 24 Dec 2011)
@@ -152,7 +152,7 @@
    if(boost::detail::test_errors() != last_error_count)
    {
       last_error_count = boost::detail::test_errors();
- std::cout << "Errors occured while testing with bit count = " << Bits << std::endl;
+ std::cout << "Errors occurred while testing with bit count = " << Bits << std::endl;
       std::cout << "Type int_t<" << Bits << ">::least was " << get_name_of_type(least_int(0)) << std::endl;
       std::cout << "Type int_t<" << Bits << ">::fast was " << get_name_of_type(fast_int(0)) << std::endl;
       std::cout << "Type uint_t<" << Bits << ">::least was " << get_name_of_type(least_uint(0)) << std::endl;


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