From d4637ef4d8da53f9b13ce97b06fcf5151db0e499 Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 26 Jul 2022 17:21:57 -0400 Subject: Fix typos in apps/dav subdirectory Found via `codespell -q 3 -S l10n -L jus ./apps/dav` Signed-off-by: luz paz --- apps/dav/lib/Direct/DirectHome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dav/lib/Direct') 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'); -- cgit v1.2.3