Skip to content

Commit

Permalink
Merge pull request #1438 from phil-davis/fix-ci-20230120
Browse files Browse the repository at this point in the history
Fix typos to check CI
  • Loading branch information
phil-davis authored Jan 20, 2023
2 parents 1ddd773 + a4cf41c commit 5684c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CalDAV/Backend/AbstractBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getMultipleCalendarObjects($calendarId, array $uris)
*
* This default may well be good enough for personal use, and calendars
* that aren't very large. But if you anticipate high usage, big calendars
* or high loads, you are strongly adviced to optimize certain paths.
* or high loads, you are strongly advised to optimize certain paths.
*
* The best way to do so is override this method and to optimize
* specifically for 'common filters'.
Expand All @@ -95,7 +95,7 @@ public function getMultipleCalendarObjects($calendarId, array $uris)
* 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.
Expand Down

0 comments on commit 5684c75

Please sign in to comment.