Fixing typo

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5743 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
the_undefined 2007-10-09 18:51:47 +00:00
parent 348e31530a
commit d13b0323a9

View file

@ -357,7 +357,7 @@ class File extends Object{
/**
* Returns true if the current file is currently opened by this class instance.
*
* @return boolean Ture if file is opened, false otherwise
* @return boolean True if file is opened, false otherwise
* @access public
*/
function opened() {