Fix spelling mistakes in comments for Constraint

- Legacy-Id: 7053
This commit is contained in:
Ole Laursen 2013-12-23 16:08:36 +00:00
parent b42a1165d7
commit e69ba1e8c4

View file

@ -630,9 +630,9 @@ class Constraint(models.Model):
Specifies a constraint on the scheduling.
One type (name=conflic?) of constraint is between source WG and target WG,
e.g. some kind of conflict.
Another type (name=bethere) of constraing is between source WG and
Another type (name=bethere) of constraint is between source WG and
availability of a particular Person, usually an AD.
A third type (name=avoidday) of constraing is between source WG and
A third type (name=avoidday) of constraint is between source WG and
a particular day of the week, specified in day.
"""
meeting = models.ForeignKey(Meeting)