From 2e80417f534bc7b89a55fcacc9c59f447b0a2c6e Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sat, 16 Dec 2023 09:35:45 -0500 Subject: [PATCH] Fix silly typo, found by Lorenzo Bazzanini. --- scripts/tkremind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tkremind b/scripts/tkremind index f3b6213b..cad5cfcf 100755 --- a/scripts/tkremind +++ b/scripts/tkremind @@ -289,7 +289,7 @@ set Option(PrintSmallCalendars) 1 set OptDescr(PrintFormat) "Print format: pdf or ps" set Option(PrintFormat) ps -set WarningHeaders [list "# Lines staring with REM TAG TKTAGnnn ... were created by tkremind" "# Do not edit them by hand or results may be unpredictable."] +set WarningHeaders [list "# Lines starting with REM TAG TKTAGnnn ... were created by tkremind" "# Do not edit them by hand or results may be unpredictable."] # Highest tag seen so far. Array of tags is stored in ReminderTags() set HighestTagSoFar 0