diff --git a/program/models.py b/program/models.py
index 147e076c5f4aabfbedf16a31a723af3232ef7342..0fb48ee81c341a165e63c714b57563f6111a5248 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