diff --git a/symposion/speakers/models.py b/symposion/speakers/models.py index 8edaf428..8e832901 100644 --- a/symposion/speakers/models.py +++ b/symposion/speakers/models.py @@ -87,7 +87,7 @@ class Speaker(models.Model): ) agreement = models.BooleanField( default=False, - help_text=_("I agree to the terms and confitions of attendance, and " + help_text=_("I agree to the terms and conditions of attendance, and " "I have read, understood, and agree to act according to " "the standards set forth in our Code of Conduct ") )