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:
Diffstat (limited to 'lib/public/Files/Config/IUserMountCache.php')
-rw-r--r--lib/public/Files/Config/IUserMountCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php
index cdb95078bc8..763dd1edca6 100644
--- a/lib/public/Files/Config/IUserMountCache.php
+++ b/lib/public/Files/Config/IUserMountCache.php
@@ -111,7 +111,7 @@ interface IUserMountCache {
* Get the used space for users
*
* Note that this only includes the space in their home directory,
- * not any incoming shares or external storages.
+ * not any incoming shares or external storage.
*
* @param IUser[] $users
* @return int[] [$userId => $userSpace]