diff options
author | luz paz <luzpaz@pm.me> | 2022-07-26 17:21:57 -0400 |
---|---|---|
committer | luz paz <luzpaz@pm.me> | 2022-07-26 17:40:10 -0400 |
commit | d4637ef4d8da53f9b13ce97b06fcf5151db0e499 (patch) | |
tree | e867e6ca6acb7fe673a83a0fcf9baafe59981d74 /apps/dav/lib/Direct | |
parent | 97462295587f4016066264edb6eed5d5e17903f3 (diff) | |
download | nextcloud-server-d4637ef4d8da53f9b13ce97b06fcf5151db0e499.tar.gz nextcloud-server-d4637ef4d8da53f9b13ce97b06fcf5151db0e499.zip |
Fix typos in apps/dav subdirectory
Found via `codespell -q 3 -S l10n -L jus ./apps/dav`
Signed-off-by: luz paz <luzpaz@github.com>
Diffstat (limited to 'apps/dav/lib/Direct')
-rw-r--r-- | apps/dav/lib/Direct/DirectHome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Direct/DirectHome.php b/apps/dav/lib/Direct/DirectHome.php index a385cd8f39d..5453a61ed46 100644 --- a/apps/dav/lib/Direct/DirectHome.php +++ b/apps/dav/lib/Direct/DirectHome.php @@ -91,7 +91,7 @@ class DirectHome implements ICollection { return new DirectFile($direct, $this->rootFolder, $this->eventDispatcher); } catch (DoesNotExistException $e) { - // Since the token space is so huge only throttle on non exsisting token + // Since the token space is so huge only throttle on non-existing token $this->throttler->registerAttempt('directlink', $this->request->getRemoteAddress()); $this->throttler->sleepDelay($this->request->getRemoteAddress(), 'directlink'); |