Typo fixed

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3420 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
dho 2006-08-22 07:27:03 +00:00
parent 89a89427ff
commit 1cb3a46703

View file

@ -2012,7 +2012,7 @@ class Bake {
$this->hr(); $this->hr();
$this->stdout("Skel Directory: $skel"); $this->stdout("Skel Directory: $skel");
$this->stdout("Will be copied to:"); $this->stdout("Will be copied to:");
$this->stdout("New App Direcotry: $projectPath"); $this->stdout("New App Directory: $projectPath");
$this->hr(); $this->hr();
$looksGood = $this->getInput('Look okay?', array('y', 'n', 'q'), 'y'); $looksGood = $this->getInput('Look okay?', array('y', 'n', 'q'), 'y');