summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-15 15:01:18 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-15 15:01:18 +0000
commite508c621cb32033278f5c83cdc6d74beb2ed03a9 (patch)
treede3ed97b0fc811f624d9bb8ece32a9c54f735638 /include/cppunit
parent617df034edf60f5792f09d7a03085907644cc55d (diff)
downloadcppunit-e508c621cb32033278f5c83cdc6d74beb2ed03a9.tar.gz
correct sucess typo.
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am
index 5d4901a..70cbfc0 100644
--- a/include/cppunit/Makefile.am
+++ b/include/cppunit/Makefile.am
@@ -27,7 +27,7 @@ libcppunitinclude_HEADERS = \
TestResult.h \
TestResultCollector.h \
TestRunner.h \
- TestSucessListener.h \
+ TestSuccessListener.h \
TestSuite.h \
TextOutputter.h \
TextTestProgressListener.h \