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/view | |
parent | 6f29b6492d0fa85821e155714548ae6aa0786b90 (diff) |
spelling fixes
Diffstat (limited to 'includes/view')
-rw-r--r-- | includes/view/ShiftCalendarShiftRenderer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view/ShiftCalendarShiftRenderer.php b/includes/view/ShiftCalendarShiftRenderer.php index 97a40ed9..2940306d 100644 --- a/includes/view/ShiftCalendarShiftRenderer.php +++ b/includes/view/ShiftCalendarShiftRenderer.php @@ -149,7 +149,7 @@ class ShiftCalendarShiftRenderer * * @param array $shift The shift which is rendered * @param array[] $shift_entries - * @param array[] $angeltype The angeltype, containing informations about needed angeltypes + * @param array[] $angeltype The angeltype, containing information about needed angeltypes * and already signed up angels * @param array $user The user who is viewing the shift calendar * @return array |