From e69ba1e8c4993c13869207aeea676b1d8b58c0d3 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Mon, 23 Dec 2013 16:08:36 +0000 Subject: [PATCH] Fix spelling mistakes in comments for Constraint - Legacy-Id: 7053 --- ietf/meeting/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/meeting/models.py b/ietf/meeting/models.py index 318879736..765315428 100644 --- a/ietf/meeting/models.py +++ b/ietf/meeting/models.py @@ -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)