From 6ea7b6776c79b7a30b32c4f0c1f2658bc49dfe6c Mon Sep 17 00:00:00 2001
From: Alasdair Nicol <alasdair@thenicols.net>
Date: Thu, 7 Jan 2016 16:06:19 +0000
Subject: [PATCH] Refs #24855 -- fixed typo in 1.10 release notes

---
 docs/releases/1.10.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 64a755bdfb..6ca1d3d4f6 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -69,7 +69,7 @@ Minor features
   being able to log out.
 
 * Added the optional ``backend`` argument to :func:`~django.contrib.auth.login`
-  to allowing using it without credentials.
+  to allow using it without credentials.
 
 :mod:`django.contrib.contenttypes`
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^