From 17b14d481984f3a466a02993b35940430e5dbe91 Mon Sep 17 00:00:00 2001
From: Nicolas Ippolito <ippolito.nicolas@gmail.com>
Date: Mon, 12 Nov 2012 22:15:41 +0100
Subject: [PATCH] Typo in comments doc

---
 docs/ref/contrib/comments/index.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt
index 1c6ff7c7ed..adda1eaf6c 100644
--- a/docs/ref/contrib/comments/index.txt
+++ b/docs/ref/contrib/comments/index.txt
@@ -209,7 +209,7 @@ default version of which is included with Django.
 Rendering a custom comment form
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-If you want more control over the look and feel of the comment form, you use use
+If you want more control over the look and feel of the comment form, you may use
 :ttag:`get_comment_form` to get a :doc:`form object </topics/forms/index>` that
 you can use in the template::