From 7de5b22f1c5d9cf716e465c3cd7957e173a52a0c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 9 Jul 2010 01:32:00 -0400 Subject: [PATCH] Unit Tests - Corrected misspelling of config variable. --- src/tests/cal.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/cal.t b/src/tests/cal.t index 2669317f1..72dbc3573 100755 --- a/src/tests/cal.t +++ b/src/tests/cal.t @@ -158,7 +158,7 @@ if (open my $fh, '>', 'details.rc') "color=on\n", "color.alternate=\n", "color.calendar.weekend=\n", - "color.calendar.holidays=black on bright yellow\n", + "color.calendar.holiday=black on bright yellow\n", "confirmation=no\n", "holiday.AAAA.name=AAAA\n", "holiday.AAAA.date=20150101\n",