From 0a4183dfe6a8508026f776b4e93fc7043186269b Mon Sep 17 00:00:00 2001
From: Claude Paroz <claude@2xlibre.net>
Date: Mon, 27 Oct 2014 14:01:12 +0100
Subject: [PATCH] [1.7.x] Fixed typo in MySQL backend doctring

Thanks CHI Cheng for the report.
---
 django/db/backends/mysql/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py
index 6f389dbdd6..bd15aa0896 100644
--- a/django/db/backends/mysql/base.py
+++ b/django/db/backends/mysql/base.py
@@ -1,7 +1,7 @@
 """
 MySQL database backend for Django.
 
-Requires mysqclient: https://pypi.python.org/pypi/mysqlclient/
+Requires mysqlclient: https://pypi.python.org/pypi/mysqlclient/
 MySQLdb is supported for Python 2 only: http://sourceforge.net/projects/mysql-python
 """
 from __future__ import unicode_literals