summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2012-12-02 16:26:00 -0500
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-12-08 14:51:41 +0100
commit152d6cb411c5e75151d4cdc4be4992df61e9bf5b (patch)
tree856dd067ebf74896d805e542759efb8bb1bb5ec2
parenta155fb7408801ad27dfbbce374f73a809dee3540 (diff)
fix a spelling error in docs
backport of cacafe8 from master.
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index a42bfbe97d..2f5e73db04 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -2288,7 +2288,7 @@ code would be required in the app's ``admin.py`` file::
class UserChangeForm(forms.ModelForm):
- """A form for updateing users. Includes all the fields on
+ """A form for updating users. Includes all the fields on
the user, but replaces the password field with admin's
password hash display field.
"""