diff --git a/lib/Cake/Utility/File.php b/lib/Cake/Utility/File.php index 90e769b4a..9c1be6afe 100644 --- a/lib/Cake/Utility/File.php +++ b/lib/Cake/Utility/File.php @@ -451,7 +451,7 @@ class File { /** * Returns true if the File is executable. * - * @return boolean Rrue if it's executable, false otherwise + * @return boolean True if it's executable, false otherwise * @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::executable */ public function executable() {