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;