From 5fcce5e10f8174f91604ea66e0ece1a8a0da80f6 Mon Sep 17 00:00:00 2001
From: Alex Gaynor <alex.gaynor@gmail.com>
Date: Fri, 21 Jan 2011 20:16:38 +0000
Subject: [PATCH] Fixed a typo in the docs, thanks to sunoano for the report.

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

diff --git a/docs/topics/generic-views-migration.txt b/docs/topics/generic-views-migration.txt
index bf3a5f2b62..b68f4a35a9 100644
--- a/docs/topics/generic-views-migration.txt
+++ b/docs/topics/generic-views-migration.txt
@@ -51,7 +51,7 @@ can be replaced with an instance of
 -----------------------------------------------------
 
 The ``template`` argument to the ``direct_to_template`` view has been renamed
-``template_name``. This has ben done to maintain consistency with other views.
+``template_name``. This has been done to maintain consistency with other views.
 
 ``object_id`` argument to detail views
 --------------------------------------