From 1b02534ac343bc3b4b1a7703affe27f209a72bda Mon Sep 17 00:00:00 2001
From: Malcolm Tredinnick <malcolm.tredinnick@gmail.com>
Date: Sun, 10 Jun 2007 02:13:58 +0000
Subject: [PATCH] Fixed #4488 -- Fixed a typo pointed out by
 luca.ferroni@labs.it.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 docs/authentication.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/authentication.txt b/docs/authentication.txt
index 091a30a895..12b61db538 100644
--- a/docs/authentication.txt
+++ b/docs/authentication.txt
@@ -730,7 +730,7 @@ Django developers are currently discussing.
 Default permissions
 -------------------
 
-Three basic permissions -- add, create and delete -- are automatically created
+Three basic permissions -- add, change and delete -- are automatically created
 for each Django model that has a ``class Admin`` set. Behind the scenes, these
 permissions are added to the ``auth_permission`` database table when you run
 ``manage.py syncdb``.