aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
diff options
context:
space:
mode:
authorluz paz <luzpaz@pm.me>2022-07-26 17:21:57 -0400
committerluz paz <luzpaz@pm.me>2022-07-26 17:40:10 -0400
commitd4637ef4d8da53f9b13ce97b06fcf5151db0e499 (patch)
treee867e6ca6acb7fe673a83a0fcf9baafe59981d74 /apps/dav/appinfo
parent97462295587f4016066264edb6eed5d5e17903f3 (diff)
downloadnextcloud-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/appinfo')
-rw-r--r--apps/dav/appinfo/v1/publicwebdav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php
index 389461f94b1..409fbbcf4a7 100644
--- a/apps/dav/appinfo/v1/publicwebdav.php
+++ b/apps/dav/appinfo/v1/publicwebdav.php
@@ -98,7 +98,7 @@ $server = $serverFactory->createServer($baseuri, $requestUri, $authPlugin, funct
$fileInfo = $ownerView->getFileInfo($path);
$linkCheckPlugin->setFileInfo($fileInfo);
- // If not readble (files_drop) enable the filesdrop plugin
+ // If not readable (files_drop) enable the filesdrop plugin
if (!$isReadable) {
$filesDropPlugin->enable();
}