diff options
Diffstat (limited to 'include/cppunit/CompilerOutputter.h')
| -rw-r--r-- | include/cppunit/CompilerOutputter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppunit/CompilerOutputter.h b/include/cppunit/CompilerOutputter.h index b2b183d..6337768 100644 --- a/include/cppunit/CompilerOutputter.h +++ b/include/cppunit/CompilerOutputter.h @@ -46,10 +46,10 @@ class TestResultCollector; * } * * // Run the test and don't wait a key if post build check. - * bool wasSucessful = runner.run( "", !selfTest ); + * bool wasSuccessful = runner.run( "", !selfTest ); * * // Return error code 1 if the one of test failed. - * return wasSucessful ? 0 : 1; + * return wasSuccessful ? 0 : 1; * } * \endcode */ @@ -105,7 +105,7 @@ public: void write(); - virtual void printSucess(); + virtual void printSuccess(); virtual void printFailureReport(); virtual void printFailuresList(); virtual void printStatistics(); |
