From 14ea96dddcc0fd723d3d2688c7516cd54f2e1431 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 26 Mar 2010 06:12:42 +0000 Subject: [PATCH] fix typo --- admin/judges_schedulerconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/judges_schedulerconfig.php b/admin/judges_schedulerconfig.php index 54166692..a73aff4e 100644 --- a/admin/judges_schedulerconfig.php +++ b/admin/judges_schedulerconfig.php @@ -75,7 +75,7 @@ if($config['judge_scheduler_percent']=="-1") if($timeslots > 0) { echo happy(i18n("There are %1 timeslot(s) defined for special awards judging, good", array($timeslots))); } else { - echo error(i18n("There are no timeslots defined for special awards judging (but the scheduler is configured to do special awards judigng)")); + echo error(i18n("There are no timeslots defined for special awards judging (but the scheduler is configured to do special awards judging)")); $ok = 0; } }