From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:16:55 +0000 (-0400) Subject: spelling: birthdays X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=459f28776d015f44e9a449363b190f8a0dada5d5;p=friendica.git spelling: birthdays Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Model/Event.php b/src/Model/Event.php index e39ee5fd56..dc818d8f15 100644 --- a/src/Model/Event.php +++ b/src/Model/Event.php @@ -656,7 +656,7 @@ class Event } // Show edit and drop actions only if the user is the owner of the event and the event - // is a real event (no bithdays). + // is a real event (no birthdays). $edit = null; $copy = null; $drop = null;