From 459f28776d015f44e9a449363b190f8a0dada5d5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:16:55 -0400 Subject: [PATCH] spelling: birthdays Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Event.php b/src/Model/Event.php index e39ee5fd5..dc818d8f1 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;