diff options
author | klemens <ka7@github.com> | 2017-12-25 21:29:00 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-12-25 21:29:00 +0100 |
commit | a6cf4c9ce9ce9697da65fc80e4fbe8940c8536fc (patch) | |
tree | 0e95f2afef595ee383d5a125093fba4d0fe4f2d9 /includes/model/Shifts_model.php | |
parent | 6f29b6492d0fa85821e155714548ae6aa0786b90 (diff) |
spelling fixes
Diffstat (limited to 'includes/model/Shifts_model.php')
-rw-r--r-- | includes/model/Shifts_model.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |