[1.7.x] Various documentation typo/spelling fixes

Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.

Backport of 11d453bcad from master
This commit is contained in:
Marti Raudsepp 2014-04-23 02:05:14 +03:00 committed by Tim Graham
parent 4499c676ef
commit ba1728dd9b
18 changed files with 18 additions and 19 deletions

View file

@ -51,7 +51,7 @@ The following is a simple unit test using the request factory::
# Create an instance of a GET request.
request = self.factory.get('/customer/details')
# Recall that middleware are not suported. You can simulate a
# Recall that middleware are not supported. You can simulate a
# logged-in user by setting request.user manually.
request.user = self.user