Fix typo on the DocBlock of the copy method

Signed-off-by: Asier Iturralde Sarasola <asier.iturralde@gmail.com>
This commit is contained in:
Asier Iturralde Sarasola 2021-08-27 13:49:22 +02:00
parent 95662a1070
commit 3e95442ffd

View file

@ -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