From 72cef04c2b30aba0d5e16129cbfecf43242c1fea Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 1 Dec 2009 13:25:58 +0100 Subject: [PATCH] Fix viral typo. --- kronolith/add.php | 2 +- kronolith/edit.php | 2 +- kronolith/lib/Kronolith.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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(); -- 2.11.0