From d398513cb41f4200ecdabf16422eb931d437050b Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 17 Dec 2023 15:49:15 +0100 Subject: [PATCH] Fix typo in comment --- lib/CalDAV/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CalDAV/Plugin.php b/lib/CalDAV/Plugin.php index 98f4f554c2..b6f909e281 100644 --- a/lib/CalDAV/Plugin.php +++ b/lib/CalDAV/Plugin.php @@ -720,7 +720,7 @@ public function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) return; } - // We're onyl interested in ICalendarObject nodes that are inside of a + // We're only interested in ICalendarObject nodes that are inside of a // real calendar. This is to avoid triggering validation and scheduling // for non-calendars (such as an inbox). list($parent) = Uri\split($path);