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/Message_model.php | 2 +- includes/model/Shifts_model.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/model') diff --git a/includes/model/Message_model.php b/includes/model/Message_model.php index 9bb037af..5185785a 100644 --- a/includes/model/Message_model.php +++ b/includes/model/Message_model.php @@ -28,7 +28,7 @@ function Message($message_id) * TODO: global $user con not be used in model! * send message * - * @param int $receiver_user_id User ID of Reciever + * @param int $receiver_user_id User ID of Receiver * @param string $text Text of Message * @return bool */ 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