From 42f194b8582649756b9c85906326834e6365d0a3 Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Wed, 8 Aug 2018 18:04:36 -0400
Subject: [PATCH] [2.1.x] Refs #29652 -- Fixed typo in docs/releases/2.1.txt.

Backport of d0928d6454d0b649663820e45d915016a2d9b001 from master
---
 docs/releases/2.1.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 368f1f6b29..972a0b0bc3 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -402,7 +402,7 @@ Miscellaneous
   suitable alternatives. Compared to the ``QUERY_TERMS`` constant, they allow
   your code to also account for any custom lookups that have been registered.
 
-* Compatibly with ``py-bcrypt`` is removed as it's unmaintained. Use `bcrypt
+* Compatibility with ``py-bcrypt`` is removed as it's unmaintained. Use `bcrypt
   <https://pypi.org/project/bcrypt/>`_ instead.
 
 .. _deprecated-features-2.1: