]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typos in apps/dav subdirectory 33368/head
authorluz paz <luzpaz@pm.me>
Tue, 26 Jul 2022 21:21:57 +0000 (17:21 -0400)
committerluz paz <luzpaz@pm.me>
Tue, 26 Jul 2022 21:40:10 +0000 (17:40 -0400)
Found via `codespell -q 3 -S l10n -L jus ./apps/dav`

Signed-off-by: luz paz <luzpaz@github.com>
18 files changed:
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/CalendarImpl.php
apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
apps/dav/lib/CalDAV/Schedule/Plugin.php
apps/dav/lib/CardDAV/CardDavBackend.php
apps/dav/lib/Connector/Sabre/ChecksumList.php
apps/dav/lib/Connector/Sabre/ShareTypeList.php
apps/dav/lib/Connector/Sabre/ShareeList.php
apps/dav/lib/Connector/Sabre/TagList.php
apps/dav/lib/DAV/Sharing/Xml/Invite.php
apps/dav/lib/DAV/SystemPrincipalBackend.php
apps/dav/lib/Direct/DirectHome.php
apps/dav/tests/travis/caldavtest/serverinfo-new-endpoint.xml
apps/dav/tests/travis/caldavtest/serverinfo-old-caldav-endpoint.xml
apps/dav/tests/travis/caldavtest/serverinfo-old-carddav-endpoint.xml
apps/dav/tests/unit/CalDAV/Integration/ExternalCalendarTest.php
apps/dav/tests/unit/Connector/Sabre/FileTest.php

index 389461f94b1eadbbbcf883340eb700214d58b8f4..409fbbcf4a717ca5f87fa7faf9d8dc36b7c67797 100644 (file)
@@ -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();
        }
index 7e13b3ba8fdf57f5719b2af3e86a298c6cf0c38c..2bbdc51f42eb57fbfd4f271cb25e14175cdf1d03 100644 (file)
@@ -1584,7 +1584,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
         * Note that especially time-range-filters may be difficult to parse. A
         * time-range filter specified on a VEVENT must for instance also handle
         * recurrence rules correctly.
-        * A good example of how to interprete all these filters can also simply
+        * A good example of how to interpret all these filters can also simply
         * be found in Sabre\CalDAV\CalendarQueryFilter. This class is as correct
         * as possible, so it gives you a good idea on what type of stuff you need
         * to think of.
index 406389e3a3dcce2dc52f16021e747a1cc4b945f3..27a428a407500ef433b27e6d4d544a4b4463f7da 100644 (file)
@@ -138,7 +138,7 @@ class CalendarImpl implements ICreateFromString {
         * Create a new calendar event for this calendar
         * by way of an ICS string
         *
-        * @param string $name the file name - needs to contan the .ics ending
+        * @param string $name the file name - needs to contain the .ics ending
         * @param string $calendarData a string containing a valid VEVENT ics
         *
         * @throws CalendarException
index 35bce872bf818c2039af60fce43030d7250a0c3c..cbff5e66a85dbffc8a450025de1d21e72889331b 100644 (file)
@@ -55,7 +55,7 @@ class Publisher implements XmlSerializable {
        }
 
        /**
-        * The xmlSerialize metod is called during xml writing.
+        * The xmlSerialize method is called during xml writing.
         *
         * Use the $writer argument to write its own xml serialization.
         *
index 7486529794404f1b9e3b8e518d86d724d0e9b0c9..44517541faa3caf6da9682eb2ac0077f5df19da1 100644 (file)
@@ -179,7 +179,7 @@ class Plugin extends \Sabre\CalDAV\Schedule\Plugin {
 
                // If parent::scheduleLocalDelivery set scheduleStatus to 1.2,
                // it means that it was successfully delivered locally.
-               // Meaning that the ACL plugin is loaded and that a principial
+               // Meaning that the ACL plugin is loaded and that a principal
                // exists for the given recipient id, no need to double check
                /** @var \Sabre\DAVACL\Plugin $aclPlugin */
                $aclPlugin = $this->server->getPlugin('acl');
@@ -567,7 +567,7 @@ EOF;
                }
 
                // If more than one Free-Busy property was returned, it means that an event
-               // starts or ends inside this time-range, so it's not availabe and we return false
+               // starts or ends inside this time-range, so it's not available and we return false
                if (count($freeBusyProperties) > 1) {
                        return false;
                }
index a26307b02a8bd656732d7333240446bf05e8d347..a9ca2eb30a3c9c03ce2c82f979df6f1e28fb1712 100644 (file)
@@ -486,7 +486,7 @@ class CardDavBackend implements BackendInterface, SyncSupport {
         *   * size - The size of the card in bytes.
         *
         * If these last two properties are provided, less time will be spent
-        * calculating them. If they are specified, you can also ommit carddata.
+        * calculating them. If they are specified, you can also omit carddata.
         * This may speed up certain requests, especially with large cards.
         *
         * @param mixed $addressbookId
index 344e6a4ab3cb5f7dd6f304be7874ce7046b7e54d..44573de03c81832bdfbda9352730811384943d8e 100644 (file)
@@ -42,7 +42,7 @@ class ChecksumList implements XmlSerializable {
        }
 
        /**
-        * The xmlSerialize metod is called during xml writing.
+        * The xmlSerialize method is called during xml writing.
         *
         * Use the $writer argument to write its own xml serialization.
         *
index 6fbae0dee4aa2c45ab3078b3da6cbbaaca40fff8..bacbdc99a73981f5c8c36fbd26de013276a1a508 100644 (file)
@@ -79,7 +79,7 @@ class ShareTypeList implements Element {
        }
 
        /**
-        * The xmlSerialize metod is called during xml writing.
+        * The xmlSerialize method is called during xml writing.
         *
         * @param Writer $writer
         * @return void
index db8c011cc4510514e313d29b072eda5ed4d0ad52..e43f552a8ccb306b2b09529f13f09bb4b2c4314f 100644 (file)
@@ -45,7 +45,7 @@ class ShareeList implements XmlSerializable {
        }
 
        /**
-        * The xmlSerialize metod is called during xml writing.
+        * The xmlSerialize method is called during xml writing.
         *
         * @param Writer $writer
         * @return void
index bbb938fb27d2c7eb1ce0544661e28868f4b03c3b..86006cd3404afa22ed567a5edc199cf711d6a265 100644 (file)
@@ -95,7 +95,7 @@ class TagList implements Element {
        }
 
        /**
-        * The xmlSerialize metod is called during xml writing.
+        * The xmlSerialize method is called during xml writing.
         *
         * Use the $writer argument to write its own xml serialization.
         *
index 161a8dd0ebfb5168243a90e414b410cbf342c795..e6219f2bbfe073bed0277d055c0c4b512e66af22 100644 (file)
@@ -100,7 +100,7 @@ class Invite implements XmlSerializable {
        }
 
        /**
-        * The xmlSerialize metod is called during xml writing.
+        * The xmlSerialize method is called during xml writing.
         *
         * Use the $writer argument to write its own xml serialization.
         *
index e5b9a20037f72ecf7e1493d12119809bfde607b3..07431feb6ddf16e49b8246e78e1121d1a68471f7 100644 (file)
@@ -87,7 +87,7 @@ class SystemPrincipalBackend extends AbstractBackend {
        }
 
        /**
-        * Updates one ore more webdav properties on a principal.
+        * Updates one or more webdav properties on a principal.
         *
         * The list of mutations is stored in a Sabre\DAV\PropPatch object.
         * To do the actual updates, you must tell this object which properties
index a385cd8f39deaa7689962155be83d8e1ebdf4d71..5453a61ed468abda438335711d7c14e3c88a1689 100644 (file)
@@ -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');
 
index c3ba99ee03d303f54e2344242989137f37e358ed..1542047ff021efed895e0309b3211a189df42f8b 100644 (file)
                        <value>$root:principals/</value>
                </substitution>
 
-               <!-- the core recored type collections-->
+               <!-- the core record type collections-->
                <substitution>
                        <key>$uidstype:</key>
                        <value>__uids__</value>
index 8ac822d8e4e1229fb32e94d5e337f14780e96677..3469e36b4a32122b3ac95f61084531d9ae3fe2b5 100644 (file)
                        <value>$root:principals/</value>
                </substitution>
 
-               <!-- the core recored type collections-->
+               <!-- the core record type collections-->
                <substitution>
                        <key>$uidstype:</key>
                        <value>__uids__</value>
index bd9f83a481494381888560f62e680ac48a0166cd..36af27de3a1cdfa52d387f716aacdfabc4e122be 100644 (file)
                        <value>$root:principals/</value>
                </substitution>
 
-               <!-- the core recored type collections-->
+               <!-- the core record type collections-->
                <substitution>
                        <key>$uidstype:</key>
                        <value>__uids__</value>
index 0131ab443a8617133707940e560909b17bb892a8..d2dbdeac493b879809ee05d131425a553ecf0f5d 100644 (file)
@@ -40,13 +40,13 @@ class ExternalCalendarTest extends TestCase {
                $this->assertEquals('app-generated--example-app-id--calendar-uri-in-backend',
                        $this->abstractExternalCalendar->getName());
 
-               // Check that the method is final and can't be overriden by other classes
+               // Check that the method is final and can't be overridden by other classes
                $reflectionMethod = new \ReflectionMethod(ExternalCalendar::class, 'getName');
                $this->assertTrue($reflectionMethod->isFinal());
        }
 
        public function testSetName():void {
-               // Check that the method is final and can't be overriden by other classes
+               // Check that the method is final and can't be overridden by other classes
                $reflectionMethod = new \ReflectionMethod(ExternalCalendar::class, 'setName');
                $this->assertTrue($reflectionMethod->isFinal());
 
@@ -57,7 +57,7 @@ class ExternalCalendarTest extends TestCase {
        }
 
        public function createDirectory():void {
-               // Check that the method is final and can't be overriden by other classes
+               // Check that the method is final and can't be overridden by other classes
                $reflectionMethod = new \ReflectionMethod(ExternalCalendar::class, 'createDirectory');
                $this->assertTrue($reflectionMethod->isFinal());
 
index 9870a62845c72e4904ba00489a58674375468b7e..6a954378d02eb202ea92c1ce0d7a8310b862cdcd 100644 (file)
@@ -316,7 +316,7 @@ class FileTest extends TestCase {
         * @param string $viewRoot root to use for the view
         * @param null|Request $request the HTTP request
         *
-        * @return null|string of the PUT operaiton which is usually the etag
+        * @return null|string of the PUT operation which is usually the etag
         */
        private function doPut($path, $viewRoot = null, Request $request = null) {
                $view = \OC\Files\Filesystem::getView();