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