From 09daf300c545698eca439975cd5c71087ff8e40a Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 31 Mar 2009 15:40:34 +0000 Subject: [PATCH] [1.0.X]: Fixed #10577 -- Fixed doc typo, patch from Zoramite. Backport of r10250 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10251 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/release-process.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index c49d15a28e..911b67e441 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -108,7 +108,7 @@ Django 1.3 and 1.4. At this point in time: 1.3.2, etc. * Security releases will be applied to trunk, a ``1.3.X`` branch and a - ``1.2.X`` branch. Security fixes will trigger the release of of ``1.3.1``, + ``1.2.X`` branch. Security fixes will trigger the release of ``1.3.1``, ``1.2.1``, etc. .. _release-process: