phpdoc typo
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 11 Jul 2010 14:05:26 +0000 (10:05 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 11 Jul 2010 14:05:26 +0000 (10:05 -0400)
kronolith/lib/Driver/Ical.php

index 23d8664..eaec871 100644 (file)
@@ -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() &&