diff options
author | MichaIng <micha@dietpi.com> | 2021-09-03 15:57:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 15:57:13 +0200 |
commit | 913c257aa7a112442854b9920a4663c1760010f4 (patch) | |
tree | cd3d66f455c4ceb442fa55a26e288db788f347ca /lib | |
parent | cd8b17fd7022e973f3819b56b117d3d476fe7386 (diff) | |
parent | 3e95442ffda298f7acc8cac4a0caa4dac36e384d (diff) | |
download | nextcloud-server-913c257aa7a112442854b9920a4663c1760010f4.tar.gz nextcloud-server-913c257aa7a112442854b9920a4663c1760010f4.zip |
Merge pull request #28614 from iametza/aldatsa-patch-1
Fix typo on the DocBlock of the copy method
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Files/Node.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |