From: Jan Schneider Date: Tue, 1 Dec 2009 12:25:58 +0000 (+0100) Subject: Fix viral typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=72cef04c2b30aba0d5e16129cbfecf43242c1fea;p=horde.git Fix viral typo. --- diff --git a/kronolith/add.php b/kronolith/add.php index 771cb5c63..e7d1a1053 100644 --- a/kronolith/add.php +++ b/kronolith/add.php @@ -39,7 +39,7 @@ if (!Horde_Util::getFormData('cancel')) { $notification->push(sprintf(_("There was an error adding the event: %s"), $message), 'horde.error'); } else { - Kronolith::notifyOfResoruceRejection($event); + Kronolith::notifyOfResourceRejection($event); if (Horde_Util::getFormData('sendupdates', false)) { $event = Kronolith::getDriver()->getEvent($result); if (is_a($event, 'PEAR_Error')) { diff --git a/kronolith/edit.php b/kronolith/edit.php index a341617d4..9c4327aae 100644 --- a/kronolith/edit.php +++ b/kronolith/edit.php @@ -19,7 +19,7 @@ function _save(&$event) } elseif (Horde_Util::getFormData('sendupdates', false)) { Kronolith::sendITipNotifications($event, $GLOBALS['notification'], Kronolith::ITIP_REQUEST); } - Kronolith::notifyOfResoruceRejection($event); + Kronolith::notifyOfResourceRejection($event); } function _check_max() diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 2207abb14..42527f755 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -1922,7 +1922,7 @@ class Kronolith * * @param Kronolith_Event # */ - public static function notifyOfResoruceRejection($event) + public static function notifyOfResourceRejection($event) { $declined = array(); $accepted = array();