Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76190 - in branches/release: boost boost/integer libs/integer libs/integer/test
From: john_at_[hidden]
Date: 2011-12-26 13:08:52


Author: johnmaddock
Date: 2011-12-26 13:08:51 EST (Mon, 26 Dec 2011)
New Revision: 76190
URL: http://svn.boost.org/trac/boost/changeset/76190

Log:
Merge typo fixes from Trunk.
Properties modified:
   branches/release/boost/cstdint.hpp (props changed)
   branches/release/boost/integer/ (props changed)
   branches/release/boost/integer.hpp (props changed)
   branches/release/boost/integer_fwd.hpp (props changed)
   branches/release/boost/integer_traits.hpp (props changed)
   branches/release/libs/integer/ (props changed)
Text files modified:
   branches/release/libs/integer/test/integer_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/libs/integer/test/integer_test.cpp
==============================================================================
--- branches/release/libs/integer/test/integer_test.cpp (original)
+++ branches/release/libs/integer/test/integer_test.cpp 2011-12-26 13:08:51 EST (Mon, 26 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