From 6abf645d00efcae6b5a3c01237d0a8066a811cd2 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 30 Dec 2022 17:41:11 +1300 Subject: [PATCH] Fix minor typo --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f391f942..5c2bdb0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,7 +53,7 @@ * Don't try and use get_magic_quotes_gpc or get_magic_quotes_runtime on PHP 8 or newer. * Correctly calculate the duration for zero time events (DTSTART = DTEND) and - therefore don't show them in Free/Busy (previously they were show has taking + therefore don't show them in Free/Busy (previously they were shown as taking 24 hours). Thank you Piotr Filip for the patch! 2021-03-01 Florian Schlichting