Fixed many spelling mistakes in code, comments, and docs.

This commit is contained in:
Josh Soref 2015-12-02 23:55:50 +00:00 committed by Tim Graham
parent b6dd0afead
commit 93452a70e8
61 changed files with 187 additions and 187 deletions

View file

@ -392,7 +392,7 @@ class CsrfViewMiddlewareTest(SimpleTestCase):
def test_https_csrf_wildcard_trusted_origin_allowed(self):
"""
A POST HTTPS request with a referer that matches a CSRF_TRUSTED_ORIGINS
wilcard is accepted.
wildcard is accepted.
"""
req = self._get_POST_request_with_token()
req._is_secure_override = True