diff options
author | Simon L <szaimen@e.mail.de> | 2023-05-10 11:56:34 +0200 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-05-10 11:56:34 +0200 |
commit | d55a7c619d3733863387cc8c6269050b72cbff0c (patch) | |
tree | 65c692a53f75b72e30faeac5a1d5d5cfd38c97a1 /lib/public/Files/Cache | |
parent | 14cb58c0e5b4507704755a462a859c407173c21f (diff) | |
download | nextcloud-server-d55a7c619d3733863387cc8c6269050b72cbff0c.tar.gz nextcloud-server-d55a7c619d3733863387cc8c6269050b72cbff0c.zip |
Fix typos in lib/public subdirectory
Found via `codespell -q 3 -S l10n -L jus ./lib/public`
Signed-off-by: luz paz <luzpaz@github.com>
Update lib/public/Accounts/IAccount.php
Signed-off-by: luz paz <luzpaz@github.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Diffstat (limited to 'lib/public/Files/Cache')
-rw-r--r-- | lib/public/Files/Cache/ICache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Cache/ICache.php b/lib/public/Files/Cache/ICache.php index 37e71f3ac79..1934cc24bd4 100644 --- a/lib/public/Files/Cache/ICache.php +++ b/lib/public/Files/Cache/ICache.php @@ -28,7 +28,7 @@ use OCP\Files\Search\ISearchQuery; /** * Metadata cache for a storage * - * The cache stores the metadata for all files and folders in a storage and is kept up to date trough the following mechanisms: + * The cache stores the metadata for all files and folders in a storage and is kept up to date through the following mechanisms: * * - Scanner: scans the storage and updates the cache where needed * - Watcher: checks for changes made to the filesystem outside of the Nextcloud instance and rescans files and folder when a change is detected |