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
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-07-05 23:52:28 +0300
committerGitHub <noreply@github.com>2020-07-05 23:52:28 +0300
commit3333c885c0ae6e0c63aafe891e946838183f9781 (patch)
treec99d2cbedc4e0d803067afcf8ce71f814b279fbe /apps/federatedfilesharing/lib/FederatedShareProvider.php
parente900f424ce16c40b85adc89387ab3b369140f532 (diff)
parent72f853424bd22f06ef694d59c508972c208af342 (diff)
Merge pull request #21264 from stweil/master
build: Fix some typos (most of them found by codespell)
Diffstat (limited to 'apps/federatedfilesharing/lib/FederatedShareProvider.php')
-rw-r--r--apps/federatedfilesharing/lib/FederatedShareProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/FederatedShareProvider.php b/apps/federatedfilesharing/lib/FederatedShareProvider.php
index 3cc9c8e58c1..c026e4a63b1 100644
--- a/apps/federatedfilesharing/lib/FederatedShareProvider.php
+++ b/apps/federatedfilesharing/lib/FederatedShareProvider.php
@@ -609,7 +609,7 @@ class FederatedShareProvider implements IShareProvider {
*/
public function deleteFromSelf(IShare $share, $recipient) {
// nothing to do here. Technically deleteFromSelf in the context of federated
- // shares is a umount of a external storage. This is handled here
+ // shares is a umount of an external storage. This is handled here
// apps/files_sharing/lib/external/manager.php
// TODO move this code over to this app
}