diff options
Diffstat (limited to 'lib/public/Files')
-rw-r--r-- | lib/public/Files/Node.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Node.php b/lib/public/Files/Node.php index 0ccaf9f7012..1e5fc580db3 100644 --- a/lib/public/Files/Node.php +++ b/lib/public/Files/Node.php @@ -63,7 +63,7 @@ interface Node extends FileInfo { public function delete(); /** - * Cope the file or folder to a new location + * Copy the file or folder to a new location * * @param string $targetPath the absolute target path * @return Node |