From 84c029d5fed72391f86912a9eb8d4595e6041b7b Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 11 Jul 2010 10:05:26 -0400 Subject: [PATCH] phpdoc typo --- kronolith/lib/Driver/Ical.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Driver/Ical.php b/kronolith/lib/Driver/Ical.php index 23d866457..eaec871f4 100644 --- a/kronolith/lib/Driver/Ical.php +++ b/kronolith/lib/Driver/Ical.php @@ -154,7 +154,7 @@ class Kronolith_Driver_Ical extends Kronolith_Driver } /* Loop through all explicitly defined recurrence intances and create - * exceptions for those in the event with the matchin recurrence. */ + * exceptions for those in the event with the matching recurrence. */ $results = array(); foreach ($events as $key => $event) { if ($event->recurs() && -- 2.11.0