renamed chmod to mode in the comments for function copy.

This commit is contained in:
keisimone 2011-06-24 23:32:59 -07:00 committed by Graham Weldon
parent 3189872ea9
commit 24700961df

View file

@ -603,7 +603,7 @@ class Folder extends Object {
*
* - `to` The directory to copy to.
* - `from` The directory to copy from, this will cause a cd() to occur, changing the results of pwd().
* - `chmod` The mode to copy the files/directories with.
* - `mode` The mode to copy the files/directories with.
* - `skip` Files/directories to skip.
*
* @param mixed $options Either an array of options (see above) or a string of the destination directory.