From a6cf4c9ce9ce9697da65fc80e4fbe8940c8536fc Mon Sep 17 00:00:00 2001 From: klemens Date: Mon, 25 Dec 2017 21:29:00 +0100 Subject: spelling fixes --- includes/model/Shifts_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/model/Shifts_model.php') diff --git a/includes/model/Shifts_model.php b/includes/model/Shifts_model.php index caca2a33..fd229be6 100644 --- a/includes/model/Shifts_model.php +++ b/includes/model/Shifts_model.php @@ -328,7 +328,7 @@ function Shift_signup_allowed_angel( } if ($signed_up) { - // you cannot join if you already singed up for this shift + // you cannot join if you already signed up for this shift return new ShiftSignupState(ShiftSignupState::SIGNED_UP, $free_entries); } -- cgit v1.2.3-54-g00ecf