Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53662 - trunk/libs/test/example
From: gennadiy.rozental_at_[hidden]
Date: 2009-06-06 02:50:35


Author: rogeeff
Date: 2009-06-06 02:50:34 EDT (Sat, 06 Jun 2009)
New Revision: 53662
URL: http://svn.boost.org/trac/boost/changeset/53662

Log:
typo
Text files modified:
   trunk/libs/test/example/external_main_example_1.cpp | 2 +-
   trunk/libs/test/example/external_main_example_2.cpp | 2 +-
   trunk/libs/test/example/external_main_example_3.cpp | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/test/example/external_main_example_1.cpp
==============================================================================
--- trunk/libs/test/example/external_main_example_1.cpp (original)
+++ trunk/libs/test/example/external_main_example_1.cpp 2009-06-06 02:50:34 EDT (Sat, 06 Jun 2009)
@@ -25,7 +25,7 @@
         add( BOOST_TEST_CASE( boost::bind( &free_test_function, 2, 1 ) ) );
 
     // do your own initialization here
- // if it succesfull return true
+ // if it successful return true
 
     // But, you CAN'T use testing tools here
 

Modified: trunk/libs/test/example/external_main_example_2.cpp
==============================================================================
--- trunk/libs/test/example/external_main_example_2.cpp (original)
+++ trunk/libs/test/example/external_main_example_2.cpp 2009-06-06 02:50:34 EDT (Sat, 06 Jun 2009)
@@ -23,7 +23,7 @@
 init_function()
 {
     // do your own initialization here
- // if it succesfull return true
+ // if it successful return true
 
     // But, you CAN'T use testing tools here
     return true;

Modified: trunk/libs/test/example/external_main_example_3.cpp
==============================================================================
--- trunk/libs/test/example/external_main_example_3.cpp (original)
+++ trunk/libs/test/example/external_main_example_3.cpp 2009-06-06 02:50:34 EDT (Sat, 06 Jun 2009)
@@ -22,7 +22,7 @@
 init_function()
 {
     // do your own initialization here
- // if it succesfull return true
+ // if it successful return true
 
     // But, you CAN'T use testing tools here
     return true;


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