summaryrefslogtreecommitdiffstats
path: root/lib/public/Files
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files')
-rw-r--r--lib/public/Files/Config/IUserMountCache.php2
-rw-r--r--lib/public/Files/Mount/IMountPoint.php2
2 files changed, 2 insertions, 2 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]
diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php
index 51a5fbade48..4c424d63438 100644
--- a/lib/public/Files/Mount/IMountPoint.php
+++ b/lib/public/Files/Mount/IMountPoint.php
@@ -121,7 +121,7 @@ interface IMountPoint {
public function getMountId();
/**
- * Get the type of mount point, used to distinguish things like shares and external storages
+ * Get the type of mount point, used to distinguish things like shares and external storage
* in the web interface
*
* @return string