From 1ce2dfe757bc834acd7d844b00f9828a470c0c7d Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Sun, 7 Aug 2022 16:59:56 -0400 Subject: [PATCH] Fix spelling --- program/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/models.py b/program/models.py index 147e076c..0fb48ee8 100644 --- a/program/models.py +++ b/program/models.py @@ -507,7 +507,7 @@ class Schedule(models.Model): Examples: - 1. If RRule is "Every 1st Monday" and we want its repetition alyways to be on the + 1. If RRule is "Every 1st Monday" and we want its repetition always to be on the following day, the repetition's RRule is the same but add_days_no is 1 If we would set the repetition to "Every 1st Tuesday" instead @@ -819,7 +819,7 @@ class Schedule(models.Model): create.append(projected_ts) continue - # Check hash (if start, end, rrule or byweekday changed) + # Check hash (if start, end, rrule or by_weekday changed) if not ts["hash"] in solutions: errors[ts["hash"]] = _("This change on the timeslot is not allowed.") continue -- GitLab