Skip to content

Commit

Permalink
Merge pull request #1529 from st3iny/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
phil-davis committed Dec 18, 2023
2 parents 7ad2a03 + d398513 commit 5c2588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CalDAV/Plugin.php
Expand Up @@ -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);
Expand Down

0 comments on commit 5c2588a

Please sign in to comment.