Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2021-09-03 16:57:13 +0300
committerGitHub <noreply@github.com>2021-09-03 16:57:13 +0300
commit913c257aa7a112442854b9920a4663c1760010f4 (patch)
treecd3d66f455c4ceb442fa55a26e288db788f347ca /lib
parentcd8b17fd7022e973f3819b56b117d3d476fe7386 (diff)
parent3e95442ffda298f7acc8cac4a0caa4dac36e384d (diff)
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.php2
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