Fix minor typo

This commit is contained in:
Andrew Ruthven 2022-12-30 17:41:11 +13:00 committed by Andrew Ruthven
parent a323ba8dae
commit 6abf645d00

View File

@ -53,7 +53,7 @@
* Don't try and use get_magic_quotes_gpc or get_magic_quotes_runtime on PHP 8 * Don't try and use get_magic_quotes_gpc or get_magic_quotes_runtime on PHP 8
or newer. or newer.
* Correctly calculate the duration for zero time events (DTSTART = DTEND) and * 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! 24 hours). Thank you Piotr Filip for the patch!
2021-03-01 Florian Schlichting <fsfs@debian.org> 2021-03-01 Florian Schlichting <fsfs@debian.org>