diff --git a/django_select2/fields.py b/django_select2/fields.py index b1a6d94..83f23b5 100644 --- a/django_select2/fields.py +++ b/django_select2/fields.py @@ -65,7 +65,7 @@ class AutoViewFieldMixin(object): :rtype: :py:obj:`bool` .. warning:: Sub-classes should override this. You really do not want random people making - Http reqeusts to your server, be able to get access to sensitive information. + Http requests to your server, be able to get access to sensitive information. """ return True