fixes #4236, typo in simpletest not installed error message

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6488 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2008-02-28 15:52:07 +00:00
parent 03a7ca842f
commit 3d191461b2

View file

@ -30,7 +30,7 @@
<div id="content">
<h2>SimpleTest is not installed</h2>
<p>You must install SimpleTest to use the CakePHP(tm) Test Suite.</p>
<p>SimpleTest can be placed in one of the follwing directories.</p>
<p>SimpleTest can be placed in one of the following directories.</p>
<ul>
<li><?php echo CAKE; ?>vendors </li>
<li><?php echo APP_DIR . DS; ?>vendors</li>