mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue