Author: mtredinnick
Date: 2008-09-03 13:44:19 -0500 (Wed, 03 Sep 2008)
New Revision: 8933

Modified:
   django/trunk/django/contrib/comments/models.py
Log:
Fixed #8614 -- Typo fix.


Modified: django/trunk/django/contrib/comments/models.py
===================================================================
--- django/trunk/django/contrib/comments/models.py      2008-09-03 18:38:43 UTC 
(rev 8932)
+++ django/trunk/django/contrib/comments/models.py      2008-09-03 18:44:19 UTC 
(rev 8933)
@@ -44,7 +44,7 @@
     """
 
     # Who posted this comment? If ``user`` is set then it was an authenticated
-    # user; otherwise at least person_name should have been set and the comment
+    # user; otherwise at least user_name should have been set and the comment
     # was posted by a non-authenticated user.
     user        = models.ForeignKey(User, blank=True, null=True, 
related_name="%(class)s_comments")
     user_name   = models.CharField(_("user's name"), max_length=50, blank=True)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to