From 3e95442ffda298f7acc8cac4a0caa4dac36e384d Mon Sep 17 00:00:00 2001 From: Asier Iturralde Sarasola Date: Fri, 27 Aug 2021 13:49:22 +0200 Subject: [PATCH] Fix typo on the DocBlock of the copy method Signed-off-by: Asier Iturralde Sarasola --- lib/public/Files/Node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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