mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
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:
parent
348e31530a
commit
d13b0323a9
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue