diff options
author | Asier Iturralde Sarasola <asier.iturralde@gmail.com> | 2021-08-27 13:49:22 +0200 |
---|---|---|
committer | Asier Iturralde Sarasola <asier.iturralde@gmail.com> | 2021-08-27 18:58:18 +0200 |
commit | 3e95442ffda298f7acc8cac4a0caa4dac36e384d (patch) | |
tree | 21392bcf686854834ca0bcf53fdba07de80e2d32 /lib/public/Files | |
parent | 95662a1070e835cecba9e7478911e80487c9e4df (diff) | |
download | nextcloud-server-3e95442ffda298f7acc8cac4a0caa4dac36e384d.tar.gz nextcloud-server-3e95442ffda298f7acc8cac4a0caa4dac36e384d.zip |
Fix typo on the DocBlock of the copy method
Signed-off-by: Asier Iturralde Sarasola <asier.iturralde@gmail.com>
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 |