From 1cb3a467036b58bebf7652fbde4a2f7357ad3afd Mon Sep 17 00:00:00 2001 From: dho Date: Tue, 22 Aug 2006 07:27:03 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3420 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/scripts/bake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/scripts/bake.php b/cake/scripts/bake.php index 9e1f8104a..0e4aa5c3f 100644 --- a/cake/scripts/bake.php +++ b/cake/scripts/bake.php @@ -2012,7 +2012,7 @@ class Bake { $this->hr(); $this->stdout("Skel Directory: $skel"); $this->stdout("Will be copied to:"); - $this->stdout("New App Direcotry: $projectPath"); + $this->stdout("New App Directory: $projectPath"); $this->hr(); $looksGood = $this->getInput('Look okay?', array('y', 'n', 'q'), 'y');