summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 beaf281cb3..0006f385a9 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.
"""