From 653da2dcebbeb39359bb01409fa1faca1b1a598b Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Thu, 12 Aug 2010 10:50:22 +0000 Subject: [PATCH] [1.2.X] Fixed #14100: Corrected spelling error in description of user_email. Thanks tom_simpson. r13574 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13575 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/comments/models.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/comments/models.txt b/docs/ref/contrib/comments/models.txt index af85d68f00..51aa117a1c 100644 --- a/docs/ref/contrib/comments/models.txt +++ b/docs/ref/contrib/comments/models.txt @@ -51,7 +51,7 @@ The built-in comment models .. attribute:: user_email - The email of the user who posteed the comment. + The email of the user who posted the comment. .. attribute:: user_url