Browse Source

Fix typo.

Mark Story 12 years ago
parent
commit
9b6877111f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -15,7 +15,7 @@
 	<testsuites>
 		<testsuite name="CakePHP Test Suite">
 			<directory>./tests/TestCase/</directory>
-			<!-- Excludes are required in order to let DabaseSuite decorate the tests -->
+			<!-- Excludes are required in order to let DatabaseSuite decorate the tests -->
 			<exclude>./tests/TestCase/Model/</exclude>
 			<exclude>./tests/TestCase/Database/</exclude>
 			<exclude>./tests/TestCase/ORM/</exclude>