Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50352 - in trunk/boost/test: . utils
From: gennadiy.rozental_at_[hidden]
Date: 2008-12-22 02:51:06


Author: rogeeff
Date: 2008-12-22 02:51:06 EST (Mon, 22 Dec 2008)
New Revision: 50352
URL: http://svn.boost.org/trac/boost/changeset/50352

Log:
could->can
Text files modified:
   trunk/boost/test/unit_test_suite.hpp | 2 +-
   trunk/boost/test/utils/fixed_mapping.hpp | 2 +-
   trunk/boost/test/utils/foreach.hpp | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/test/unit_test_suite.hpp
==============================================================================
--- trunk/boost/test/unit_test_suite.hpp (original)
+++ trunk/boost/test/unit_test_suite.hpp 2008-12-22 02:51:06 EST (Mon, 22 Dec 2008)
@@ -191,7 +191,7 @@
 } // unit_test
 } // namespace boost
 
-// Intentionally is in global namespace, so that FIXURE_TEST_SUITE could reset it in user code.
+// Intentionally is in global namespace, so that FIXURE_TEST_SUITE can reset it in user code.
 typedef ::boost::unit_test::ut_detail::nil_t BOOST_AUTO_TEST_CASE_FIXTURE;
 
 // ************************************************************************** //

Modified: trunk/boost/test/utils/fixed_mapping.hpp
==============================================================================
--- trunk/boost/test/utils/fixed_mapping.hpp (original)
+++ trunk/boost/test/utils/fixed_mapping.hpp 2008-12-22 02:51:06 EST (Mon, 22 Dec 2008)
@@ -36,7 +36,7 @@
 namespace unit_test {
 
 // configurable maximum fixed sized mapping size supported by this header.
-// You could redefine it before inclusion of this file.
+// You can redefine it before inclusion of this file.
 #ifndef MAX_MAP_SIZE
 #define MAX_MAP_SIZE 20
 #endif

Modified: trunk/boost/test/utils/foreach.hpp
==============================================================================
--- trunk/boost/test/utils/foreach.hpp (original)
+++ trunk/boost/test/utils/foreach.hpp 2008-12-22 02:51:06 EST (Mon, 22 Dec 2008)
@@ -11,7 +11,7 @@
 // Version : $Revision$
 //
 // Description : this is an abridged version of an excelent BOOST_FOREACH facility
-// presented by Eric Niebler. I am so fond of it so I couldn't wait till it
+// presented by Eric Niebler. I am so fond of it so I can't wait till it
 // going to be accepted into Boost. Also I need version with less number of dependencies
 // and more portable. This version doesn't support rvalues and will reeveluate it's
 // parameters, but should be good enough for my purposes.


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