summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-13 09:56:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-13 09:56:37 +0200
commit42e99e0881b9fc67f31c80e60fa7c04ad3e6d2a5 (patch)
tree7559c630417ccc88bd24ef405372fbc74a25dede
parent7e306f41b0b1930e3cb20c533ccd665a71e73c7e (diff)
downloadcppunit-42e99e0881b9fc67f31c80e60fa7c04ad3e6d2a5.tar.gz
correct documentation, sf#2185407
-rw-r--r--include/cppunit/extensions/TestDecorator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/extensions/TestDecorator.h b/include/cppunit/extensions/TestDecorator.h
index 59d9a30..1c63b63 100644
--- a/include/cppunit/extensions/TestDecorator.h
+++ b/include/cppunit/extensions/TestDecorator.h
@@ -16,7 +16,7 @@ class TestResult;
* of a test class without subclassing the test. Instead, one can
* subclass the decorater and use it to wrap the test class.
*
- * Does not assume ownership of the test it decorates
+ * Assumes ownership of the test it decorates
*/
class CPPUNIT_API TestDecorator : public Test
{