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:
authorStefan Weil <sw@weilnetz.de>2017-04-08 20:36:30 +0300
committerStefan Weil <sw@weilnetz.de>2020-06-06 14:03:00 +0300
commite8af52001e82c4bc428d5b1a742a65dbc6a7cc21 (patch)
treebad06805ae82897a22d093982c88a5eb5564f77a /apps/federatedfilesharing/lib/FederatedShareProvider.php
parentdba76c04bba910c3c6f1dec4f3eba6416ec3378d (diff)
build: Fix some typos (most of them found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
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 228fab305b9..605acc806e5 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
}