mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix typo on the DocBlock of the copy method
Signed-off-by: Asier Iturralde Sarasola <asier.iturralde@gmail.com>
This commit is contained in:
parent
95662a1070
commit
3e95442ffd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user